You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by tk...@apache.org on 2022/12/29 07:24:56 UTC

[ignite-3] branch main updated (64f8248fe5 -> 65b6d8ac18)

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

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


    from 64f8248fe5 IGNITE-18435 .NET: Add support for Enum mapping (#1482)
     add 65b6d8ac18 IGNITE-18024 Implementation of a full rebalance for TxStateRocksDbStorage on receiver (#1478)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/ignite/lang/ErrorGroups.java   |   4 +-
 .../internal/rocksdb/BusyRocksIteratorAdapter.java |  25 +-
 modules/transactions/build.gradle                  |   1 +
 .../internal/tx/storage/state/TxStateStorage.java  |  66 ++--
 .../state/rocksdb/TxStateRocksDbStorage.java       | 359 +++++++++++++++++----
 .../state/rocksdb/TxStateRocksDbTableStorage.java  |   2 +
 .../state/rocksdb/RocksDbTxStateStorageTest.java   |  49 ++-
 .../storage/state/AbstractTxStateStorageTest.java  | 222 +++++++------
 .../tx/storage/state/test/TestTxStateStorage.java  |  99 ++++--
 9 files changed, 596 insertions(+), 231 deletions(-)