[
https://issues.apache.org/jira/browse/HADOOP-16708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16974501#comment-16974501
]
Hudson commented on HADOOP-16708:
---------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #17640 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/17640/])
HADOOP-16708. HadoopExecutors cleanup to only log at debug. (stevel: rev
a139a8761054906accadf9ebbabcb16528325991)
* (edit)
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/concurrent/HadoopExecutors.java
> HadoopExecutors cleanup to only log at debug
> --------------------------------------------
>
> Key: HADOOP-16708
> URL: https://issues.apache.org/jira/browse/HADOOP-16708
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: util
> Affects Versions: 3.3.0
> Reporter: Steve Loughran
> Assignee: David Mollitor
> Priority: Minor
>
> HadoopExecutors cleanup to only log at debug
> HADOOP-16181 means that executor shutdown now logs @ info
> this means every single hadoop fs command against s3 has four lines of
> information which is entirely irrelevant to all users.
> {code}
> 2019-11-13 17:32:58,654 [shutdown-hook-0] DEBUG s3a.S3AFileSystem
> (S3AFileSystem.java:close(3126)) - Filesystem s3a://hwdev-steve-ireland-new
> is closed
> 2019-11-13 17:32:58,656 [shutdown-hook-0] INFO s3a.S3AFileSystem
> (HadoopExecutors.java:shutdown(118)) - Gracefully shutting down executor
> service. Waiting max 30 SECONDS
> 2019-11-13 17:32:58,656 [shutdown-hook-0] INFO s3a.S3AFileSystem
> (HadoopExecutors.java:shutdown(129)) - Succesfully shutdown executor service
> 2019-11-13 17:32:58,656 [shutdown-hook-0] INFO s3a.S3AFileSystem
> (HadoopExecutors.java:shutdown(118)) - Gracefully shutting down executor
> service. Waiting max 30 SECONDS
> 2019-11-13 17:32:58,656 [shutdown-hook-0] INFO s3a.S3AFileSystem
> (HadoopExecutors.java:shutdown(129)) - Succesfully shutdown executor service
> {code}
> We don't need to inflict this on anyone. Proposed: downgrade the logs to
> info. No need for tests
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]