Mmuzaf commented on a change in pull request #8648: URL: https://github.com/apache/ignite/pull/8648#discussion_r622443964
########## File path: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java ########## @@ -5126,6 +5126,12 @@ public void onNodeLeft(final ClusterNode node) { if (crd0 == null) finishState = new FinishState(null, initialVersion(), null); + + if (dynamicCacheStartExchange() && + exchActions.cacheStartRequiredAliveNodes().contains(node.id())) { + exchangeGlobalExceptions.put(cctx.localNodeId(), new ClusterTopologyCheckedException( Review comment: I think we should also set the `exchangeLocE` param. Let's add a dedicated test for starting caches with the required alive nodes which is not related to the snapshot procedure. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org