[
https://issues.apache.org/jira/browse/HBASE-15880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15301217#comment-15301217
]
Hudson commented on HBASE-15880:
--------------------------------
FAILURE: Integrated in HBase-1.1-JDK8 #1808 (See
[https://builds.apache.org/job/HBase-1.1-JDK8/1808/])
HBASE-15880 RpcClientImpl#tracedWriteRequest incorrectly closes HTrace
(antonov: rev db7d17c897a064be342751a8f7092fc32cee1048)
* hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/RpcClientImpl.java
> RpcClientImpl#tracedWriteRequest incorrectly closes HTrace span
> ---------------------------------------------------------------
>
> Key: HBASE-15880
> URL: https://issues.apache.org/jira/browse/HBASE-15880
> Project: HBase
> Issue Type: Bug
> Components: tracing
> Affects Versions: 1.3.0, 1.2.1, 1.1.5
> Reporter: Mikhail Antonov
> Assignee: Mikhail Antonov
> Fix For: 1.3.0, 1.2.2, 1.1.6
>
> Attachments: HBASE-15880-branch-1.3.v1.patch
>
>
> In this method we continue the span and then close it, which causes the
> current span (the one created by client app around HTabl#get() or similar API
> call) to be closed incorrectly.
> {code}
> TraceScope ts = Trace.continueSpan(span);
> try {
> writeRequest(call, priority, span);
> } finally {
> ts.close();
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)