This is an automated email from the ASF dual-hosted git repository.
apolovtsev pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 63fb72871fb IGNITE-24478 Introduce RaftTableProcessor interface (#5214)
add 6761ca97be2 IGNITE-24446 Implement utilities necessary for zone
assignments calculation (#5200)
No new revisions were added by this update.
Summary of changes:
.../rebalance/ZoneRebalanceUtil.java | 31 ++
.../RebalanceUtilUpdateAssignmentsTest.java | 335 +++---------------
.../ZoneRebalanceUtilUpdateAssignmentsTest.java | 381 +++++++++++++++++++++
3 files changed, 465 insertions(+), 282 deletions(-)
create mode 100644
modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/rebalance/ZoneRebalanceUtilUpdateAssignmentsTest.java