You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ib...@apache.org on 2021/11/15 08:53:43 UTC

[ignite-3] branch main updated (d3149c5 -> 8eb62bb)

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

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


    from d3149c5  IGNITE-15060 IGNITE-15060 Added support of node working directory to CLI. #210
     add 8eb62bb  IGNITE-15691 Common thread pool is used for snapshotting all rocksdb-based partitions. (#405)

No new revisions were added by this update.

Summary of changes:
 .../internal/storage/engine/StorageEngine.java     |  17 +-
 .../storage/rocksdb/RocksDbPartitionStorage.java   | 263 +++++++------
 .../storage/rocksdb/RocksDbStorageEngine.java      |  24 ++
 .../storage/rocksdb/RocksDbTableStorage.java       |  13 +-
 .../internal/table/distributed/TableManager.java   | 436 +++++++++++----------
 5 files changed, 402 insertions(+), 351 deletions(-)