nizhikov commented on code in PR #11040:
URL: https://github.com/apache/ignite/pull/11040#discussion_r1395600490
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/dump/CreateDumpFutureTask.java:
##########
@@ -446,7 +452,7 @@ public PartitionDumpContext(CacheGroupContext gctx, int
part, ConcurrentMap<Long
File dumpFile = new File(groupDirectory(gctx),
PART_FILE_PREFIX + part + DUMP_FILE_EXT);
Review Comment:
Please, double check - do we really need to create file explicitly.
As far as I can see - FileIOFactory must create new file if it not exists.
--
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]