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 6834b9f0531 IGNITE-24364 Store zone-wide tx state storage per zone
(#5159)
add 74fe719ca42 IGNITE-24357 Adjust GetEstimatedSizeRequest to be
TableAware (#5170)
No new revisions were added by this update.
Summary of changes:
.../internal/lang/IgniteSystemProperties.java | 4 +
.../rebalance/DistributionZoneRebalanceEngine.java | 4 +-
.../replicator/ItReplicaLifecycleTest.java | 94 +++++++++++++++++-----
.../replicator/ItZoneDataReplicationTest.java | 4 +-
.../PartitionReplicaLifecycleManager.java | 4 +-
.../replication/GetEstimatedSizeRequest.java | 3 +-
.../internal/replicator/message/TableAware.java | 5 +-
.../benchmark/AbstractColocationBenchmark.java | 6 +-
.../DdlCommandHandlerExceptionHandlingTest.java | 3 +-
.../exec/rel/TableScanNodeExecutionTest.java | 6 +-
.../ignite/internal/table/ItColocationTest.java | 8 +-
.../internal/table/distributed/TableManager.java | 5 +-
.../replicator/PartitionReplicaListener.java | 4 +-
.../distributed/storage/InternalTableImpl.java | 47 ++++++++---
.../storage/InternalTableEstimatedSizeTest.java | 3 +
.../distributed/storage/InternalTableImplTest.java | 16 +++-
.../apache/ignite/distributed/ItTxTestCluster.java | 4 +-
.../table/impl/DummyInternalTableImpl.java | 7 +-
18 files changed, 170 insertions(+), 57 deletions(-)