You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sd...@apache.org on 2023/01/20 14:19:25 UTC

[ignite-3] branch main updated (6d30089d84 -> 85dcabc18f)

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

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


    from 6d30089d84 IGNITE-18324 Calling tx.rollback() or tx.commit() is not failed for committed transaction. (#1503)
     add 85dcabc18f IGNITE-18597 Strip tail zeroes in RocksUtils#incrementArray (#1558)

No new revisions were added by this update.

Summary of changes:
 .../raft/RocksDbClusterStateStorage.java           |  4 ++--
 .../raft/AbstractClusterStateStorageTest.java      |  2 +-
 .../server/persistence/RocksDbKeyValueStorage.java |  4 ++--
 .../server/SimpleInMemoryKeyValueStorage.java      |  4 ++--
 .../apache/ignite/internal/rocksdb/RocksUtils.java | 15 +++++++--------
 .../ignite/internal/rocksdb/RocksUtilsTest.java    | 22 ++++++++++++++++++++++
 .../storage/rocksdb/RocksDbMetaStorage.java        |  2 +-
 .../rocksdb/index/RocksDbHashIndexStorage.java     |  8 ++++----
 .../rocksdb/index/RocksDbSortedIndexStorage.java   |  4 ++--
 9 files changed, 43 insertions(+), 22 deletions(-)