nizhikovprivate commented on code in PR #12106: URL: https://github.com/apache/ignite/pull/12106#discussion_r2136097782
########## modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/filename/NodeFileTree.java: ########## @@ -925,6 +941,16 @@ protected List<File> existingCacheDirs(boolean includeMeta, Predicate<File> filt return filesInStorages(f -> f.isDirectory() && dirFilter.test(f) && filter.test(f)).collect(Collectors.toList()); } + /** @return An array of WAL segment files. */ Review Comment: Let's move both new methods close to `wal` method -- 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