[ 
https://issues.apache.org/jira/browse/HDFS-14012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16658064#comment-16658064
 ] 

Dinesh Chitlangia commented on HDFS-14012:
------------------------------------------

[~yzhangal] In which version are you seeing this?

In trunk, I see the following:
{panel:title=hadoop/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/retry/RetryInvocationHandler.java}
{code:java}
else {
 LOG.warn("A failover has occurred since the start of call #" + callId
 + " " + proxyInfo.getString(method.getName()));
}{code}
{panel}

> Add diag info in RetryInvocationHandler
> ---------------------------------------
>
>                 Key: HDFS-14012
>                 URL: https://issues.apache.org/jira/browse/HDFS-14012
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: hdfs-client
>            Reporter: Yongjun Zhang
>            Priority: Major
>
> RetryInvocationHandler does the following logging:
> {code:java}
> } else { 
>   LOG.warn("A failover has occurred since the start of this method" + " 
> invocation attempt."); 
> }{code}
> Would be helpful to report the method name, and call stack in this message.
> Thanks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to