You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by st...@apache.org on 2019/12/19 16:20:28 UTC

[impala] 02/02: IMPALA-7117: Lower debug level for HDFS S3 connector back to INFO

This is an automated email from the ASF dual-hosted git repository.

stakiar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit 14be8f6a30bc715c2b65978e41fc8087d8d08128
Author: Sahil Takiar <ta...@gmail.com>
AuthorDate: Wed Dec 18 12:46:49 2019 -0800

    IMPALA-7117: Lower debug level for HDFS S3 connector back to INFO
    
    This reverts the changes done in https://gerrit.cloudera.org/#/c/10596/
    to set the HDFS S3 connector logs to DEBUG. DEBUG logs drastically increase
    the size of the Impala logs during test runs and are no longer necessary
    given recent stability improvements to the S3A code and the
    Impala-S3Guard integration.
    
    Change-Id: I4b8bf91fbf06e7609e3f92205e71557723163ecf
    Reviewed-on: http://gerrit.cloudera.org:8080/14926
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 fe/src/test/resources/log4j.properties.template | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/fe/src/test/resources/log4j.properties.template b/fe/src/test/resources/log4j.properties.template
index 27ba520..31e2a48 100644
--- a/fe/src/test/resources/log4j.properties.template
+++ b/fe/src/test/resources/log4j.properties.template
@@ -26,6 +26,3 @@ log4j.appender.console=org.apache.log4j.ConsoleAppender
 log4j.appender.console.target=System.err
 log4j.appender.console.layout=org.apache.log4j.PatternLayout
 log4j.appender.console.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss} %p %c{2}: %m%n
-
-# IMPALA-7008 / IMPALA-7070: Bump S3 log level to get more information.
-log4j.logger.org.apache.hadoop.fs.s3a=DEBUG