anton-vinogradov commented on a change in pull request #7607: IGNITE-11073: Create consistent partitions copy on each cluster node URL: https://github.com/apache/ignite/pull/7607#discussion_r405978359
########## File path: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/ExchangeContext.java ########## @@ -76,9 +77,10 @@ public ExchangeContext(GridCacheSharedContext<?, ?> cctx, boolean crd, GridDhtPa log.warning("Current topology does not support the PME-free switch. Please check all nodes support" + " this feature and it was not explicitly disabled by IGNITE_PME_FREE_SWITCH_DISABLED JVM option."); + boolean requirePmeFree = (fut.wasRebalanced() && fut.isBaselineNodeFailed()) || startedBySnapshot(fut); Review comment: just a boolean pmeFreeSwitch ---------------------------------------------------------------- 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 With regards, Apache Git Services