Apache9 commented on a change in pull request #2790:
URL: https://github.com/apache/hbase/pull/2790#discussion_r547158295
##########
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:
Oh, this should have already been landed on master. Let's check if we
need a rebase.
----------------------------------------------------------------
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]