nizhikov commented on code in PR #10603:
URL: https://github.com/apache/ignite/pull/10603#discussion_r1152963384
##########
modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/IgniteClusterSnapshotRestoreWithIndexingTest.java:
##########
@@ -76,8 +76,11 @@ public void testBasicClusterSnapshotRestore() throws
Exception {
grid(0).snapshot().restoreSnapshot(SNAPSHOT_NAME,
Collections.singleton(DEFAULT_CACHE_NAME)).get(TIMEOUT);
+ if (onlyPrimary)
+ awaitPartitionMapExchange();
Review Comment:
Because, for `onlyPrimary==false` snapshots all partitions are already
there. Moreover index partition backed up too.
So, no additional actions required during restore.
--
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]