[
https://issues.apache.org/jira/browse/HTRACE-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14333586#comment-14333586
]
Masatake Iwasaki commented on HTRACE-111:
-----------------------------------------
Compiling HBase (master and branch-1) against htrace-3.2.0-SNAPSHOT failed
because org.apache.hadoop.hbase.trace.TestHTraceHooks uses Span.ROOT_SPAN_ID.
It could be fixed on hbase side on the next bumping htrace version. Javascripts
in htrace-hbase alses uses Span.ROOT_SPAN_ID and I will fix this.
> HTrace Java client API fixes for 3.2
> ------------------------------------
>
> Key: HTRACE-111
> URL: https://issues.apache.org/jira/browse/HTRACE-111
> Project: HTrace
> Issue Type: Bug
> Affects Versions: 3.2.0
> Reporter: Colin Patrick McCabe
> Assignee: Colin Patrick McCabe
> Priority: Critical
> Fix For: 3.2.0
>
> Attachments: HTRACE-111.001.patch
>
>
> * Remove old MilliSpan constructors in favor of {{MilliSpan#Builder}}
> * Restore {{Trace#startSpan(String, TraceInfo)}} because it's used in Hadoop
> * Remove {{Span#getParentId}} API which assumes a single parent world, as
> well as {{ROOT_SPAN_ID}}.
> * Use regular Random instead of SecureRandom.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)