ndimiduk opened a new pull request #4303:
URL: https://github.com/apache/hbase/pull/4303


   * on `AsyncTable`, both `scan` and `scanAll` methods should result in `SCAN` 
table operations.
   * the span of the `SCAN` table operation should have children representing 
all the RPC calls
     involved in servicing the scan.
   * when a user provides custom implementation of 
`AdvancedScanResultConsumer`, any spans emitted
     from the callback methods should also be tied to the span that represents 
the `SCAN` table
     operation. This is easily done because these callbacks are executed on the 
RPC thread.
   * when a user provides a custom implementation of `ScanResultConsumer`, any 
spans emitted from the
     callback methods should be also be tied to the span that represents the 
`SCAN` table
     operation. This accomplished by carefully passing the span instance around 
after it is created.
   
   Signed-off-by: Andrew Purtell <[email protected]>
   Signed-off-by: Duo Zhang <[email protected]>


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


Reply via email to