You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sk...@apache.org on 2023/06/13 15:23:51 UTC

[ignite-3] branch main updated (dd927f7d43 -> 5200f0c1f3)

This is an automated email from the ASF dual-hosted git repository.

sk0x50 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from dd927f7d43 IGNITE-19483 Transform TableManager and IndexManager to internally work against Catalog event types (#2184)
     add 5200f0c1f3 IGNITE-19600 Removed topologyVersionedDataNodes (#2171)

No new revisions were added by this update.

Summary of changes:
 .../distributionzones/DistributionZoneManager.java | 241 +---------
 .../DistributionZoneAwaitDataNodesTest.java        | 522 ---------------------
 .../DistributionZoneManagerFilterTest.java         |  60 ++-
 .../sql/engine/exec/MockedStructuresTest.java      |   3 -
 .../table/distributed/TableManagerTest.java        |   3 -
 5 files changed, 30 insertions(+), 799 deletions(-)
 delete mode 100644 modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/DistributionZoneAwaitDataNodesTest.java