nizhikov commented on code in PR #12106:
URL: https://github.com/apache/ignite/pull/12106#discussion_r2123562659


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/wal/FileWriteAheadLogManager.java:
##########
@@ -3493,38 +3321,7 @@ private void moveSegmentsToArchive() throws 
StorageException {
     private void renameLastSegment() throws StorageException {
         assert isArchiverEnabled();
 
-        FileDescriptor[] workSegments = 
scan(ft.wal().listFiles(WAL_SEGMENT_FILE_FILTER));

Review Comment:
   Let's keep this code here and move 
ft.walArchive().listFiles(WAL_SEGMENT_FILE_FILTER) to NodeFileTree.



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

Reply via email to