vldpyatkov commented on a change in pull request #7970: URL: https://github.com/apache/ignite/pull/7970#discussion_r451132533
########## File path: modules/core/src/main/java/org/apache/ignite/internal/IgnitionEx.java ########## @@ -2694,6 +2877,85 @@ else if (grid0.context().invalid()) } } + /** + * @param grpCtx Cahce group. + * @param nodesToExclude Nodes to exclude from check. + * @param proposedSuppliers Map of proposed suppliers for groups. + * @return True if all local partition of group specified have a copy in cluster, false otherwise. + */ + private boolean haveCopyLoclaPartitions( Review comment: Added method description. ---------------------------------------------------------------- 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