This is an automated email from the ASF dual-hosted git repository.
amashenkov pushed a change to branch catalog-feature
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from c67ad9d99a IGNITE-20039 Add functionality to switch the IndexManager
to catalog events #2 (#2354)
add c53feb997a IGNITE-20026 Java client: Remove port range limitation
(#2353)
add a6f1f8208b IGNITE-20045 Use classes from Catalog domain in assignments
recalculation code (#2358)
No new revisions were added by this update.
Summary of changes:
.../ignite/internal/client/TcpClientChannel.java | 2 -
modules/distribution-zones/build.gradle | 1 +
.../rebalance/DistributionZoneRebalanceEngine.java | 26 ++++++---
.../distributionzones/rebalance/RebalanceUtil.java | 42 ++++++-------
.../rebalance/ZoneCatalogDescriptorUtils.java | 68 ++++++++++++++++++++++
.../DistributionZoneRebalanceEngineTest.java | 25 ++++++++
.../RebalanceUtilUpdateAssignmentsTest.java | 20 ++++---
.../internal/table/distributed/TableManager.java | 42 +------------
8 files changed, 148 insertions(+), 78 deletions(-)
create mode 100644
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/rebalance/ZoneCatalogDescriptorUtils.java