sashapolo commented on code in PR #7708:
URL: https://github.com/apache/ignite-3/pull/7708#discussion_r2889886849


##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/segstore/IndexFileManager.java:
##########
@@ -441,6 +449,20 @@ private void putIndexFileMeta(IndexMetaSpec metaSpec) {
         }
     }
 
+    /**
+     * Adds empty index file metas for Raft groups that are not present in a 
particular index file (but exist in one of the previous files).
+     * This is needed because we rely on the invariant that IndexFileMeta 
array for every group has monotonically increasing file ordinals.

Review Comment:
   That's the word I was looking for, thanks



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