You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Lisheng Sun (Jira)" <ji...@apache.org> on 2020/01/08 02:16:00 UTC

[jira] [Created] (HADOOP-16793) Remove WARN log when ipc connection interrupted in Client#handleSaslConnectionFailure()

Lisheng Sun created HADOOP-16793:
------------------------------------

             Summary: Remove WARN log when ipc connection interrupted in Client#handleSaslConnectionFailure()
                 Key: HADOOP-16793
                 URL: https://issues.apache.org/jira/browse/HADOOP-16793
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Lisheng Sun


{code:java}
private synchronized void handleSaslConnectionFailure(
....
LOG.warn("Exception encountered while connecting to "
        + "the server : " + ex);
}


{code}
With RequestHedgingProxyProvider, one rpc call will send multiple requests to all namenodes. After one request return successfully,  all other requests will be interrupted. It's not a big problem and should not print a warning log.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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