Apache9 commented on a change in pull request #2813:
URL: https://github.com/apache/hbase/pull/2813#discussion_r549272463



##########
File path: 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RawAsyncTableImpl.java
##########
@@ -218,50 +222,62 @@ private static Result toResult(HBaseRpcController 
controller, MutateResponse res
 
   @Override
   public CompletableFuture<Result> get(Get get) {
-    return timelineConsistentRead(conn.getLocator(), tableName, get, 
get.getRow(),
-      RegionLocateType.CURRENT, replicaId -> get(get, replicaId), 
readRpcTimeoutNs,
-      conn.connConf.getPrimaryCallTimeoutNs(), retryTimer, 
conn.getConnectionMetrics());
+    return tracedFuture(

Review comment:
       So you mean we just do not need to add trace support for methods 
declared in AsyncTable interface, as finally they will call other methods which 
should already been traced?




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