Vladsz83 commented on code in PR #11298:
URL: https://github.com/apache/ignite/pull/11298#discussion_r1549492084


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotPartitionsVerifyHandler.java:
##########
@@ -362,6 +362,9 @@ private Map<PartitionKeyV2, PartitionHashRecordV2> 
checkDumpFiles(
         SnapshotHandlerContext opCtx,
         Set<File> partFiles
     ) {
+        if (F.isEmpty(partFiles))

Review Comment:
   Fixed but works wierd. Snapshot contains meta. It is a partition but might 
be ignored too



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

Reply via email to