[
https://issues.apache.org/jira/browse/HADOOP-11894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14559927#comment-14559927
]
Colin Patrick McCabe commented on HADOOP-11894:
-----------------------------------------------
{code}
try (TraceScope ts = (TraceScope)Trace.startSpan("FsShell",
Sampler.ALWAYS)) {
{code}
I don't think this cast is needed...
+1 after that's fixed
> Bump the version of HTrace to 3.2.0-incubating
> ----------------------------------------------
>
> Key: HADOOP-11894
> URL: https://issues.apache.org/jira/browse/HADOOP-11894
> Project: Hadoop Common
> Issue Type: Improvement
> Reporter: Masatake Iwasaki
> Assignee: Masatake Iwasaki
> Attachments: HADOOP-11894.001.patch, HADOOP-11894.002.patch
>
>
> * update pom.xml
> * update documentation
> * replace {{addKVAnnotation(byte[] key, byte[] value)}} with
> {{addKVAnnotation(String key, String value)}}
> * replace {{SpanReceiverHost#getUniqueLocalTraceFileName}} with
> {{LocalFileSpanReceiver#getUniqueLocalTraceFileName}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)