You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by tk...@apache.org on 2023/02/17 09:21:46 UTC

[ignite-3] branch main updated (15ae87d535 -> 4a83c23d1c)

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

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


    from 15ae87d535 IGNITE-18634 Document for redesign of rebalance process. Fixes #1644
     add 4a83c23d1c IGNITE-17197 Switch to PageMemory as the default engine (#1428)

No new revisions were added by this update.

Summary of changes:
 .../storage/ItPageMemoryStorageExampleTest.java    |  2 --
 .../storage/ItRebalanceDistributedTest.java        | 18 +++++++-------
 .../ItRaftCommandLeftInLogUntilRestartTest.java    | 10 ++++----
 .../configuration/TablesConfigurationSchema.java   |  3 +--
 .../internal/storage/DataStorageManager.java       |  3 ++-
 .../internal/storage/MvPartitionStorage.java       |  2 +-
 .../internal/storage/DataStorageManagerTest.java   |  9 ++++---
 .../storage/AbstractMvPartitionStorageTest.java    | 18 ++++++++++----
 .../PersistentPageMemoryTableStorage.java          |  8 +++++--
 .../mv/AbstractPageMemoryMvPartitionStorage.java   | 14 ++++++++---
 modules/table/build.gradle                         |  1 -
 .../table/distributed/raft/PartitionListener.java  | 13 +++++++---
 .../table/distributed/TableManagerTest.java        | 28 +++++++++++-----------
 13 files changed, 76 insertions(+), 53 deletions(-)