NSAmelchev commented on code in PR #10630:
URL: https://github.com/apache/ignite/pull/10630#discussion_r1160544499
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotRestoreProcess.java:
##########
@@ -1395,7 +1395,7 @@ private void finishCacheStop(UUID reqId, Map<UUID,
Boolean> res, Map<UUID, Throw
* @return Result future.
*/
private IgniteInternalFuture<Boolean> incrementalSnapshotRestore(UUID
reqId) {
- if (ctx.clientNode())
+ if (ctx.clientNode() || !CU.baselineNode(ctx.discovery().localNode(),
ctx.state().clusterState()))
Review Comment:
Thanks, fixed.
--
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]