[Impala-ASF-CR] IMPALA-7117: Lower debug level for HDFS S3 connector back to INFO

2019-12-18 Thread Sahil Takiar (Code Review)
Sahil Takiar has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/14926


Change subject: IMPALA-7117: Lower debug level for HDFS S3 connector back to 
INFO
..

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
---
M fe/src/test/resources/log4j.properties.template
1 file changed, 0 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/26/14926/1
--
To view, visit http://gerrit.cloudera.org:8080/14926
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4b8bf91fbf06e7609e3f92205e71557723163ecf
Gerrit-Change-Number: 14926
Gerrit-PatchSet: 1
Gerrit-Owner: Sahil Takiar 


[Impala-ASF-CR] IMPALA-7117: Lower debug level for HDFS S3 connector back to INFO

2019-12-18 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/14926 )

Change subject: IMPALA-7117: Lower debug level for HDFS S3 connector back to 
INFO
..


Patch Set 1:

Build Successful

https://jenkins.impala.io/job/gerrit-code-review-checks/5313/ : Initial code 
review checks passed. Use gerrit-verify-dryrun-external or gerrit-verify-dryrun 
to run full precommit tests.


--
To view, visit http://gerrit.cloudera.org:8080/14926
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I4b8bf91fbf06e7609e3f92205e71557723163ecf
Gerrit-Change-Number: 14926
Gerrit-PatchSet: 1
Gerrit-Owner: Sahil Takiar 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Reviewer: Joe McDonnell 
Gerrit-Comment-Date: Wed, 18 Dec 2019 21:19:36 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-7117: Lower debug level for HDFS S3 connector back to INFO

2019-12-18 Thread Joe McDonnell (Code Review)
Joe McDonnell has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/14926 )

Change subject: IMPALA-7117: Lower debug level for HDFS S3 connector back to 
INFO
..


Patch Set 1: Code-Review+2

Makes sense to change this.


--
To view, visit http://gerrit.cloudera.org:8080/14926
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I4b8bf91fbf06e7609e3f92205e71557723163ecf
Gerrit-Change-Number: 14926
Gerrit-PatchSet: 1
Gerrit-Owner: Sahil Takiar 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Reviewer: Joe McDonnell 
Gerrit-Comment-Date: Wed, 18 Dec 2019 21:34:14 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-7117: Lower debug level for HDFS S3 connector back to INFO

2019-12-18 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/14926 )

Change subject: IMPALA-7117: Lower debug level for HDFS S3 connector back to 
INFO
..


Patch Set 2: Code-Review+2


--
To view, visit http://gerrit.cloudera.org:8080/14926
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I4b8bf91fbf06e7609e3f92205e71557723163ecf
Gerrit-Change-Number: 14926
Gerrit-PatchSet: 2
Gerrit-Owner: Sahil Takiar 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Reviewer: Joe McDonnell 
Gerrit-Comment-Date: Thu, 19 Dec 2019 00:24:05 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-7117: Lower debug level for HDFS S3 connector back to INFO

2019-12-18 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/14926 )

Change subject: IMPALA-7117: Lower debug level for HDFS S3 connector back to 
INFO
..


Patch Set 2:

Build started: https://jenkins.impala.io/job/gerrit-verify-dryrun/5359/ 
DRY_RUN=false


--
To view, visit http://gerrit.cloudera.org:8080/14926
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I4b8bf91fbf06e7609e3f92205e71557723163ecf
Gerrit-Change-Number: 14926
Gerrit-PatchSet: 2
Gerrit-Owner: Sahil Takiar 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Reviewer: Joe McDonnell 
Gerrit-Comment-Date: Thu, 19 Dec 2019 00:24:06 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-7117: Lower debug level for HDFS S3 connector back to INFO

2019-12-18 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/14926 )

Change subject: IMPALA-7117: Lower debug level for HDFS S3 connector back to 
INFO
..

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 
Tested-by: Impala Public Jenkins 
---
M fe/src/test/resources/log4j.properties.template
1 file changed, 0 insertions(+), 3 deletions(-)

Approvals:
  Impala Public Jenkins: Looks good to me, approved; Verified

--
To view, visit http://gerrit.cloudera.org:8080/14926
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I4b8bf91fbf06e7609e3f92205e71557723163ecf
Gerrit-Change-Number: 14926
Gerrit-PatchSet: 3
Gerrit-Owner: Sahil Takiar 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Reviewer: Joe McDonnell 


[Impala-ASF-CR] IMPALA-7117: Lower debug level for HDFS S3 connector back to INFO

2019-12-18 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/14926 )

Change subject: IMPALA-7117: Lower debug level for HDFS S3 connector back to 
INFO
..


Patch Set 2: Verified+1


--
To view, visit http://gerrit.cloudera.org:8080/14926
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I4b8bf91fbf06e7609e3f92205e71557723163ecf
Gerrit-Change-Number: 14926
Gerrit-PatchSet: 2
Gerrit-Owner: Sahil Takiar 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Reviewer: Joe McDonnell 
Gerrit-Comment-Date: Thu, 19 Dec 2019 04:53:51 +
Gerrit-HasComments: No