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/05/05 16:36:54 UTC

[ignite-3] branch ignite-14734 updated (6ca7f841ac -> 6750f3e396)

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

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


    from 6ca7f841ac Fixes part 1
     add 59964520ad Fixes part 2
     add 6750f3e396 More review fixes

No new revisions were added by this update.

Summary of changes:
 .../server/persistence/RocksDbKeyValueStorage.java | 76 ++++++++++++++----
 .../server/persistence/RocksStorageUtils.java      |  7 +-
 .../server/BaseKeyValueStorageTest.java            | 10 +--
 .../server/CompactionKeyValueStorageTest.java      | 92 ++++++++++++++++++----
 .../RocksDbCompactionKeyValueStorageTest.java      |  3 +-
 .../server/RocksDbKeyValueStorageTest.java         |  4 +-
 ...impleInMemoryCompactionKeyValueStorageTest.java |  3 +-
 .../server/SimpleInMemoryKeyValueStorageTest.java  |  2 +-
 .../server/SimpleInMemoryKeyValueStorage.java      | 89 ++++++++++++++-------
 9 files changed, 211 insertions(+), 75 deletions(-)