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

Tak-Lon (Stephen) Wu commented on HBASE-27055:
----------------------------------------------

I may have raise a false alarm, sorry....and it's not a blocker after I rethink 
your comment, thanks ....

let's discuss one more round in the PR, and see if this is required. 

> Fix HBASE_TRACE_OPTS when adding opentelemetry agent
> ----------------------------------------------------
>
>                 Key: HBASE-27055
>                 URL: https://issues.apache.org/jira/browse/HBASE-27055
>             Project: HBase
>          Issue Type: Bug
>          Components: tracing
>    Affects Versions: 2.5.0, 2.6.0, 3.0.0-alpha-3
>            Reporter: Tak-Lon (Stephen) Wu
>            Assignee: Tak-Lon (Stephen) Wu
>            Priority: Blocker
>             Fix For: 2.5.0, 3.0.0-alpha-3
>
>
> it was a minor bug caused by HBASE-26363 with a typo in the following line 
> https://github.com/apache/hbase/blob/master/bin/hbase#L511
> {code}
> HBASE_OPTS="$HBASE_OPTS -javaagent:$agent_jar"
> {code}
> and it should be 
> {code}
> HBASE_OPTS="$HBASE_TRACE_OPTS -javaagent:$agent_jar"
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to