[ 
https://issues.apache.org/jira/browse/HBASE-23333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Dimiduk resolved HBASE-23333.
----------------------------------
    Resolution: Fixed

> Include simple Call.toShortString() in sendCall exceptions
> ----------------------------------------------------------
>
>                 Key: HBASE-23333
>                 URL: https://issues.apache.org/jira/browse/HBASE-23333
>             Project: HBase
>          Issue Type: Improvement
>          Components: Client, Operability
>    Affects Versions: 3.0.0, 2.2.0, 2.3.0, 2.1.6
>            Reporter: Nick Dimiduk
>            Assignee: Nick Dimiduk
>            Priority: Minor
>             Fix For: 3.0.0, 2.3.0, 2.2.3, 2.1.9
>
>
> Failure diagnosis isn't very straightforward with call stack traces like
> {noformat}
> org.apache.hadoop.hbase.ipc.CallTimeoutException: Call to 
> c501d28b0dfa/172.17.0.2:45657 failed on local exception: 
> org.apache.hadoop.hbase.ipc.CallTimeoutException: Call id=508, 
> waitTime=60006, rpcTimeout=60000
>       at org.apache.hadoop.hbase.ipc.IPCUtil.wrapException(IPCUtil.java:204)
>       at 
> org.apache.hadoop.hbase.ipc.AbstractRpcClient.onCallFinished(AbstractRpcClient.java:392)
>       at 
> org.apache.hadoop.hbase.ipc.AbstractRpcClient.access$100(AbstractRpcClient.java:97)
>       at 
> org.apache.hadoop.hbase.ipc.AbstractRpcClient$3.run(AbstractRpcClient.java:423)
>       at 
> org.apache.hadoop.hbase.ipc.AbstractRpcClient$3.run(AbstractRpcClient.java:419)
>       at org.apache.hadoop.hbase.ipc.Call.setTimeout(Call.java:96)
>       at 
> org.apache.hadoop.hbase.ipc.RpcConnection$1.run(RpcConnection.java:199)
>       at 
> org.apache.hbase.thirdparty.io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:680)
>       at 
> org.apache.hbase.thirdparty.io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:755)
>       at 
> org.apache.hbase.thirdparty.io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:483)
>       at java.lang.Thread.run(Thread.java:748)
> Caused by: org.apache.hadoop.hbase.ipc.CallTimeoutException: Call id=508, 
> waitTime=60006, rpcTimeout=60000
>       at 
> org.apache.hadoop.hbase.ipc.RpcConnection$1.run(RpcConnection.java:200)
>       ... 4 more{noformat}
> Probably the "affectsVersions" goes back farther than this.
> See if we can provide more calling context, even stack trace from the call 
> origin, in these exceptions.



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

Reply via email to