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

Mikhail Antonov commented on HBASE-15880:
-----------------------------------------

Thanks [~stack], committed to master, branch-1 and branch-1.3. [~busbey], 
[~ndimiduk] ?

> 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
>            Reporter: Mikhail Antonov
>            Assignee: Mikhail Antonov
>             Fix For: 1.3.0
>
>         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)

Reply via email to