sashapolo commented on code in PR #4693:
URL: https://github.com/apache/ignite-3/pull/4693#discussion_r1836135197
##########
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/ClusterManagementGroupManager.java:
##########
@@ -430,6 +430,8 @@ private CompletableFuture<CmgRaftService>
recoverLocalState() {
LocalState localState = localStateStorage.getLocalState();
if (localState == null) {
+ LOG.info("No local CMG state exists, going to wait for cluster
state or init command");
Review Comment:
```suggestion
LOG.info("No local CMG state exists, going to wait for the
cluster state or the init command");
```
--
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]