ibessonov commented on code in PR #6839:
URL: https://github.com/apache/ignite-3/pull/6839#discussion_r2485531874
##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/segstore/SegmentFileManager.java:
##########
@@ -150,10 +157,44 @@ class SegmentFileManager implements ManuallyCloseable {
}
void start() throws IOException {
- checkpointer.start();
+ Path lastSegmentFilePath = null;
+
+ try (Stream<Path> segmentFiles = Files.list(segmentFilesDir)) {
Review Comment:
Ok, here it's my mistake, sorry
--
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]