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 066332182d Bump io.swagger.core.v3:swagger-annotations from 2.2.20 to
2.2.22 (#3770)
add 6345f00919 IGNITE-22094 Add removeAll method to tx state storage
(#3779)
No new revisions were added by this update.
Summary of changes:
.../ignite/internal/table/ItDurableFinishTest.java | 2 +-
.../table/distributed/raft/PartitionListener.java | 4 +-
.../raft/snapshot/PartitionAccessImpl.java | 2 +-
.../incoming/IncomingSnapshotCopierTest.java | 2 +-
.../replication/PartitionReplicaListenerTest.java | 6 +-
.../state/ThreadAssertingTxStateStorage.java | 12 ++-
.../internal/tx/storage/state/TxStateStorage.java | 19 +++-
.../state/rocksdb/TxStateRocksDbStorage.java | 100 +++++++++++--------
.../storage/state/AbstractTxStateStorageTest.java | 110 ++++++++++++++++++---
.../tx/storage/state/test/TestTxStateStorage.java | 20 +++-
10 files changed, 208 insertions(+), 69 deletions(-)