virajjasani commented on a change in pull request #3267: URL: https://github.com/apache/hadoop/pull/3267#discussion_r682803662
########## 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: Yeah that sounds good, but if we have debug enabled, we will happen to encounter same case as mentioned on #3219. Maybe let's do one thing, we can keep debug log but remove logging Exception stacktrace. Thought? -- 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-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org