ndimiduk commented on PR #4452:
URL: https://github.com/apache/hbase/pull/4452#issuecomment-1132873724
Reading back over the patch on #3762. Maybe the fix is to require the
operator to assign `HBASE_OPTS="${HBASE_OPTS} ${HBASE_TRACING_OPTS}"`
explicitly in `conf/hbase-site.sh` ? So, after the existing commented line that
assigns a value to `HBASE_TRACING_OPTS` we have a commented line that assigns
`HBASE_OPTS="${HBASE_OPTS} ${HBASE_TRACING_OPTS}"`. Then we can document that
if you want to have per-process tracing options, instead of this line, you use
the block below.
What do you think?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]