rpuch commented on code in PR #6297: URL: https://github.com/apache/ignite-3/pull/6297#discussion_r2222824587
########## modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/impl/DefaultLogStorageFactory.java: ########## @@ -360,6 +369,49 @@ private static ColumnFamilyOptions createColumnFamilyOptions() { return opts; } + @Override + public Set<String> raftNodeStorageIdsOnDisk(GroupIdFastForward fastForward) { Review Comment: You are right, we probably don't need fast forwarding. Removed it. -- 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-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org