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

Elliott Clark commented on HBASE-8911:
--------------------------------------

bq.Yes, that could be done in the htrace library itself.
https://github.com/cloudera/htrace/blob/master/src/main/java/org/cloudera/htrace/impl/TrueIfTracingSampler.java

bq.If that happens, that would be a bug in the htrace library. Let me take a 
look.
Nope that's expected.  Since HTrace puts stuff in thread locals you'll leak 
them/leave them around if you don't stop them in a finally block.
https://github.com/cloudera/htrace/blob/master/src/main/java/org/cloudera/htrace/Tracer.java


                
> Inject MTTR specific traces to get a break up of various steps
> --------------------------------------------------------------
>
>                 Key: HBASE-8911
>                 URL: https://issues.apache.org/jira/browse/HBASE-8911
>             Project: HBase
>          Issue Type: Bug
>          Components: MTTR
>    Affects Versions: 0.95.1
>            Reporter: Himanshu Vashishtha
>         Attachments: 8911-v0.patch
>
>
> There are various steps involved in a regionserver recovery process. This 
> jira adds instrumentation at various places in order to get an idea what are 
> the steps involved in a regionserver recovery and how much time is spent in 
> each of these parts.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to