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/02/04 12:16:02 UTC

[ignite-3] branch ignite-18020 updated (4e5acdcfcc -> fbb2312534)

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

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


    from 4e5acdcfcc Refactoring of the pollForVacuum
     add fbb2312534 More and more review fixes

No new revisions were added by this update.

Summary of changes:
 .../ignite/internal/storage/TableRowAndRowId.java  |   2 +-
 .../internal/storage/rocksdb/GarbageCollector.java | 315 +++++++++++++
 .../ignite/internal/storage/rocksdb/Helper.java    | 195 +++++++++
 .../storage/rocksdb/RocksDbMvPartitionStorage.java | 485 +++------------------
 .../storage/rocksdb/RocksDbTableStorage.java       |   3 +-
 5 files changed, 570 insertions(+), 430 deletions(-)
 create mode 100644 modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/GarbageCollector.java
 create mode 100644 modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/Helper.java