You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Lenni Kuff (JIRA)" <ji...@apache.org> on 2014/11/07 01:54:35 UTC

[jira] [Created] (SENTRY-518) Improve Sentry test debugability by separating log streams (mainly HDFS)

Lenni Kuff created SENTRY-518:
---------------------------------

             Summary: Improve Sentry test debugability by separating log streams (mainly HDFS)
                 Key: SENTRY-518
                 URL: https://issues.apache.org/jira/browse/SENTRY-518
             Project: Sentry
          Issue Type: Bug
    Affects Versions: 1.5.0
            Reporter: Lenni Kuff


Many of the Sentry tests start up multiple services - Sentry, miniKDC/HDFS, Hive Metastore, Hive Server 2. When running the tests, all of these components log to standard error which makes debugging failures based on log output difficult. The main problem is that HDFS logs a lot, so every run contains lots of info on HDFS which is rarely useful when debugging.

This could be improved by either:
1) Having HDFS log to a file instead of stderr
2) Reducing the logging verbosity of HDFS




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)