DomGarguilo commented on a change in pull request #2320:
URL: https://github.com/apache/accumulo/pull/2320#discussion_r731272298



##########
File path: 
server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java
##########
@@ -874,6 +877,7 @@ public void flush(long tableFlushID) {
         } else {
           initiateMinor = true;
         }
+        updateCounter.getAndIncrement();

Review comment:
       Not too sure if this is the correct place to increment this counter or 
if there should be multiple places.




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to