nizhikov commented on code in PR #12106: URL: https://github.com/apache/ignite/pull/12106#discussion_r2123559968
########## modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/wal/FileWriteAheadLogManager.java: ########## @@ -1856,25 +1735,7 @@ private void init(SegmentAware segmentAware) throws IgniteCheckedException { * @return The absolute indices of min and max archived files. */ private IgniteBiTuple<Long, Long> scanMinMaxArchiveIndices() throws IgniteCheckedException { - TreeMap<Long, FileDescriptor> archiveIndices = new TreeMap<>(); Review Comment: Let's keep this method here and move `ft.walArchive().listFiles(WAL_SEGMENT_COMPACTED_OR_RAW_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