chenxu14 commented on a change in pull request #656: HBASE-23063 Add an option to enable multiget in parallel URL: https://github.com/apache/hbase/pull/656#discussion_r327998371
########## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerCall.java ########## @@ -431,31 +436,42 @@ public boolean isClientCellBlockSupported() { @Override public long getResponseCellSize() { - return responseCellSize; + return responseCellSize.get(); } @Override - public void incrementResponseCellSize(long cellSize) { Review comment: The logic has been moved to RpcCallContext#addResultSize now ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services