Apache9 commented on a change in pull request #343: HBASE-22634 : Improve 
performance of BufferedMutator        
URL: https://github.com/apache/hbase/pull/343#discussion_r297932029
 
 

 ##########
 File path: 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncProcess.java
 ##########
 @@ -309,10 +304,15 @@ public void waitUntilDone() throws 
InterruptedIOException {
           // TODO: replica-get is not supported on this path
           byte[] regionName = loc.getRegionInfo().getRegionName();
           addAction(loc.getServerName(), regionName, action, actionsByServer, 
nonceGroup);
+                    retainedServers.add(loc.getServerName());
 
 Review comment:
   Nit: indent?

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


With regards,
Apache Git Services

Reply via email to