Apache9 commented on pull request #3247:
URL: https://github.com/apache/hbase/pull/3247#issuecomment-835364810


   Please take a look at the implementation of 
org.apache.hadoop.hbase.ipc.ServerCall.
   
   In the constructor, we will store the current span into a class field, and 
set its state in setResponse and done.
   
   As the actual rpc call is done in another thread(RPC handler thread), we 
should not end the span in the connection read write thread.


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to