Apache9 commented on pull request #3696: URL: https://github.com/apache/hbase/pull/3696#issuecomment-925663454
> > We have another issue for tracing the Admin interface? > > Hey Duo, Thanks for pointing out the missing part, and I would like to confirm if the [Admin](https://github.com/apache/hbase/blob/branch-2/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Admin.java) and [HBaseAdmin](https://github.com/apache/hbase/blob/branch-2/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java) are the interface you're referring? > > basically, I didn't find tracing implemented for [RawAsyncHBaseAdmin](https://github.com/apache/hbase/blob/master/hbase-client/src/main/java/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.java) and [AsyncHBaseAdmin](https://github.com/apache/hbase/blob/master/hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.java) in [HBASE-22120](https://issues.apache.org/jira/browse/HBASE-22120), did I miss some JIRAs ? > > anyhow, looks like the scope of support Admin interface is huge as well, so if it's needed, I would like to have a followup JIRA for the sync client if possible, what do you think? OK, checked the release note of HBASE-22120, it does not mention the tracing about the Admin interface too. I think the rpc level tracing can basically work for Admin operations. We could file another issue if there are real requirements in the future. Thanks. -- 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]
