Phillippko commented on code in PR #7708:
URL: https://github.com/apache/ignite-3/pull/7708#discussion_r2889852590
##########
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:
"1, 69, 666" is also monotonically increasing, no? Let's say "continuous"
--
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]