alex-plekhanov commented on a change in pull request #6554: IGNITE-11073: Backup page store manager, initial URL: https://github.com/apache/ignite/pull/6554#discussion_r404171126
########## File path: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/IgniteSnapshotManager.java ########## @@ -578,18 +584,57 @@ private void finishRecover(RemoteSnapshotFuture snpTrans, GroupPartitionId grpPa } /** - * @return Relative configured path of presistence data storage directory for the local node. - * Example: {@code snapshotWorkDir/db/IgniteNodeName0} + * Concurrently traverse the snapshot directory for given local node folder name and Review comment: See no concurrency in this 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services