nizhikov commented on code in PR #11040:
URL: https://github.com/apache/ignite/pull/11040#discussion_r1393997396
##########
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/dump/AbstractCacheDumpTest.java:
##########
@@ -539,6 +539,11 @@ void createDump(IgniteEx ign, String name, @Nullable
Collection<String> cacheGro
ign.context().cache().context().snapshotMgr().createSnapshot(name,
null, cacheGroupNames, false, onlyPrimary, true).get();
Review Comment:
Do we really need to keep method with old signature?
--
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]