You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2021/08/04 18:42:49 UTC

[GitHub] [hadoop] sodonnel commented on a change in pull request #3267: HADOOP-17808. Avoid excessive logging for interruption (ADDENDUM)

sodonnel commented on a change in pull request #3267:
URL: https://github.com/apache/hadoop/pull/3267#discussion_r682869307



##########
File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
##########
@@ -1052,7 +1052,6 @@ private synchronized boolean waitForWork() {
           try {
             wait(timeout);
           } catch (InterruptedException e) {
-            LOG.info("Interrupted while waiting to retrieve RPC response.", e);

Review comment:
       That could work, or may even set it to trace level logging. If this code path is expected to happen often then perhaps we only need it logged at trace. I am fine with either trace or debug plus removing the stack trace.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org