chesnokoff commented on code in PR #13263:
URL: https://github.com/apache/ignite/pull/13263#discussion_r3496649214


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CacheAffinitySharedManager.java:
##########
@@ -2079,6 +2090,21 @@ public IgniteInternalFuture<?> initCoordinatorCaches(
         return null;
     }
 
+    /** */

Review Comment:
   Could you add a short doc to skipNotStartedDynamicGroup? Explain that the 
group has not started yet at this exchange, so it will be initialized later by 
its own exchange and that is why we can safely skip it here



-- 
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]

Reply via email to