[
https://issues.apache.org/jira/browse/HBASE-15880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikhail Antonov updated HBASE-15880:
------------------------------------
Affects Version/s: 1.1.5
> 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)