JAkutenshi opened a new pull request, #5231: URL: https://github.com/apache/ignite-3/pull/5231
JIRA Ticket: [IGNITE-24354](https://issues.apache.org/jira/browse/IGNITE-24354) ## The goal The goal is to copy `ChangePeersAndLearnersAsyncReplicaRequest` logic from `TableManager` to `PartitionReplicaLifecycleManager` and from `PartitionReplicaListener` to `ZonePartitionReplicaListener`. ## The reason During the colocation track we demand to move assignments logic from tables to zones so the rebalance process and the corresponding configuration change `ChangePeersAndLearnersAsyncReplicaRequest` request sending. ## The solution The solution is straightforward to move the corresponding request sending and handling. The most issued place is default zone tests, but the solution is to set as a primary replica for default zone 0th node on the init, so the first assignments will be equal to 0th node and it will contains a started replica that is required for the request sending. -- 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