JAkutenshi opened a new pull request, #4647: URL: https://github.com/apache/ignite-3/pull/4647
JIRA Ticket: [IGNITE-23538](https://issues.apache.org/jira/browse/IGNITE-23538) ## The goal The main goal is to fix and enable the corresponding `ItRebalanceDistributedTest` test class. ## The reason `ItRebalanceDistributedTest` contains critical tests that cover all rebalance logic inside so it must be enabled ASAP. ## The solution The main issue was that we didn't wait untill we join the cluster. So, the corresponding compose stage on `cmgManager#joinFuture` is added in this PR. Also I made a small refactoring on `startComponentsAsync` (now it works with array of components argument) and propagate the same changes to `ItReplicaLifecycleTest`. The last is disabled, but there is the identical node starting process and when we'll return to [IGNITE-23252](https://issues.apache.org/jira/browse/IGNITE-23252) it's important do not forget this. And better to add changes right now that was done in the PR. --- -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org