You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ib...@apache.org on 2023/11/21 07:14:59 UTC

(ignite-3) branch main updated (8bdbb88f97 -> 6902064892)

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

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


    from 8bdbb88f97 IGNITE-20685 Implement ability to trigger transaction recovery (#2832)
     add 6902064892 IGNITE-20818 Optimize some of MV storage GC-related parts of the code (#2838)

No new revisions were added by this update.

Summary of changes:
 .../configuration/ItShowConfigurationCallTest.java |   2 +-
 .../ItUpdateConfigurationCallTest.java             |  10 +-
 .../internal/rest/ItGeneratedRestClientTest.java   |   2 +-
 .../apache/ignite/internal/util/IgniteUtils.java   |  24 +++
 ...entPageMemoryDataRegionConfigurationSchema.java |   9 +-
 ...ilePageMemoryDataRegionConfigurationSchema.java |  13 +-
 .../rest/ItInitializedClusterRestTest.java         |   8 +-
 .../runner/app/ItIgniteNodeRestartTest.java        |   4 +-
 .../configuration/GcConfigurationSchema.java       |   4 +-
 .../LowWatermarkConfigurationSchema.java           |   2 +-
 .../mv/RemoveWriteOnGcInvokeClosure.java           |  30 ++--
 .../internal/storage/pagememory/mv/gc/GcQueue.java |   2 +-
 .../PersistentPageMemoryDataRegionTest.java        |   4 +-
 .../ignite/distributed/ItTablePersistenceTest.java |  11 +-
 .../ItTxDistributedCleanupRecoveryTest.java        |   1 -
 .../distributed/ItTxDistributedTestSingleNode.java |   5 -
 ...xDistributedTestSingleNodeNoCleanupMessage.java |   1 -
 .../ignite/distributed/ItTxStateLocalMapTest.java  |   5 -
 .../table/distributed/StorageUpdateHandler.java    |  35 +----
 .../internal/table/distributed/TableManager.java   |  11 +-
 .../ignite/internal/table/distributed/gc/MvGc.java |   5 +-
 .../internal/table/distributed/IndexBaseTest.java  |  13 +-
 .../table/distributed/StorageCleanupTest.java      |  22 +--
 .../distributed/StorageUpdateHandlerTest.java      | 168 ---------------------
 .../internal/table/distributed/gc/MvGcTest.java    |   7 +-
 .../raft/PartitionCommandListenerTest.java         |  22 +--
 .../PartitionReplicaListenerIndexLockingTest.java  |  16 +-
 .../replication/PartitionReplicaListenerTest.java  |  15 +-
 .../apache/ignite/distributed/ItTxTestCluster.java |  12 +-
 .../table/impl/DummyInternalTableImpl.java         |  14 +-
 .../ignite/internal/tx/impl/TxManagerImpl.java     |  72 ++++-----
 31 files changed, 138 insertions(+), 411 deletions(-)
 delete mode 100644 modules/table/src/test/java/org/apache/ignite/internal/table/distributed/StorageUpdateHandlerTest.java