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