zstan commented on a change in pull request #9527:
URL: https://github.com/apache/ignite/pull/9527#discussion_r737336622



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/GridDiscoveryManager.java
##########
@@ -669,6 +669,8 @@ private void onDiscovery0(DiscoveryNotification 
notification) {
                     else if (customMsg instanceof 
ChangeGlobalStateFinishMessage) {
                         
ctx.state().onStateFinishMessage((ChangeGlobalStateFinishMessage)customMsg);
 
+                        ctx.cluster().onLocalJoin();

Review comment:
       i rename it like: "onChangeState", hope it`s ok now.




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