You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/12/22 08:59:20 UTC

[GitHub] [hbase] infraio commented on a change in pull request #2790: HBASE-25401 Add trace support for async call in rpc client

infraio commented on a change in pull request #2790:
URL: https://github.com/apache/hbase/pull/2790#discussion_r547151692



##########
File path: hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/NettyRpcServer.java
##########
@@ -182,21 +176,4 @@ public int getNumOpenConnections() {
     // allChannels also contains the server channel, so exclude that from the count.
     return channelsCount > 0 ? channelsCount - 1 : channelsCount;
   }
-
-  @Override
-  public Pair<Message, CellScanner> call(BlockingService service,

Review comment:
       This is related to this issue?




----------------------------------------------------------------
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:
users@infra.apache.org