You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/01/19 18:25:29 UTC

[GitHub] [accumulo] ctubbsii commented on a change in pull request #2397: Add consistency checks for lastFlushID and lastCompactID

ctubbsii commented on a change in pull request #2397:
URL: https://github.com/apache/accumulo/pull/2397#discussion_r788027198



##########
File path: server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java
##########
@@ -1402,6 +1402,20 @@ private void closeConsistencyCheck() {
         throw new RuntimeException(msg);
       }
 
+      if (tabletMeta.getFlushId().orElse(-1) != lastFlushID) {

Review comment:
       Is there more to be done here? I see @keith-turner approved this. Is this ready to merge?




-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org