[
https://issues.apache.org/jira/browse/IGNITE-23538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikhail Efremov reassigned IGNITE-23538:
----------------------------------------
Assignee: Mikhail Efremov
> Fix ItRebalanceDistributedTest after Metastorage started requiring cluster
> state on start
> -----------------------------------------------------------------------------------------
>
> Key: IGNITE-23538
> URL: https://issues.apache.org/jira/browse/IGNITE-23538
> Project: Ignite
> Issue Type: Improvement
> Reporter: Roman Puchkovskiy
> Assignee: Mikhail Efremov
> Priority: Major
> Labels: ignite-3
>
> ItRebalanceDistributedTest starts all node components in one go (including
> CMGManager and MetaStorageManager) and then does cluster init. This is a
> result of cutting a corner as the correct flow is:
> # Start components up to CMGManager
> # Do cluster init
> # Start other components (above CMGManager)
> This worked before, but it doesn't work anymore after IGNITE-22916 because
> now MetaStorageManager needs cluster state on start, so cluster must be
> initialized before starting MetaStorageManager.
> While working on IGNITE-22916, I wasn't able to fix the test fast enough, so
> I disabled the test and separated it to this issue.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)