This is an automated email from the ASF dual-hosted git repository.
sanpwc pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 7c946df45e4 IGNITE-20584 .NET: Add interfaces for reflection-free row
mapping (#7183)
add bcf2248631c IGNITE-27141 Remove txStateStorage from table (#7171)
No new revisions were added by this update.
Summary of changes:
.../ignite/client/fakes/FakeInternalTable.java | 5 -
.../rebalance/ItRebalanceDistributedTest.java | 34 +----
.../replicator/ItReplicaLifecycleTest.java | 7 -
.../partition/replicator/fixtures/Node.java | 9 --
.../ItZonePartitionRaftListenerRecoveryTest.java | 1 -
.../raft/ZonePartitionRaftListenerTest.java | 1 -
.../exec/rel/TableScanNodeExecutionTest.java | 2 -
...xDistributedTestSingleNodeNoCleanupMessage.java | 3 -
.../ReplicasSafeTimePropagationTest.java | 2 -
.../ignite/internal/table/ItColocationTest.java | 2 -
.../ignite/internal/table/InternalTable.java | 9 --
.../internal/table/distributed/TableManager.java | 125 +++--------------
.../table/distributed/raft/PartitionListener.java | 41 +-----
.../replicator/PartitionReplicaListener.java | 3 -
.../storage/BrokenTxStatePartitionStorage.java | 152 ---------------------
.../distributed/storage/BrokenTxStateStorage.java | 59 --------
.../distributed/storage/InternalTableImpl.java | 15 +-
.../distributed/storage/PartitionStorages.java | 55 --------
.../distributed/TableManagerRecoveryTest.java | 20 ---
.../table/distributed/TableManagerTest.java | 34 +----
.../raft/PartitionCommandListenerTest.java | 88 ------------
.../PartitionReplicaListenerIndexLockingTest.java | 12 +-
...itionReplicaListenerSortedIndexLockingTest.java | 4 +-
.../replication/PartitionReplicaListenerTest.java | 20 ---
.../ZonePartitionReplicaListenerTest.java | 1 -
.../storage/InternalTableEstimatedSizeTest.java | 16 +--
.../distributed/storage/InternalTableImplTest.java | 2 -
.../apache/ignite/distributed/ItTxTestCluster.java | 148 ++++++++------------
.../table/impl/DummyInternalTableImpl.java | 74 +++++-----
29 files changed, 121 insertions(+), 823 deletions(-)
delete mode 100644
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/BrokenTxStatePartitionStorage.java
delete mode 100644
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/BrokenTxStateStorage.java
delete mode 100644
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/PartitionStorages.java