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 2023/05/10 15:13:52 UTC

[ignite-3] branch main updated (fc28c4966e -> 5307aeb00c)

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 fc28c4966e IGNITE-19077 Apply custom cluster config on cluster init (#1991)
     add 5307aeb00c IGNITE-19439 Fixed bug in B+Tree IO implementations that lead to tree corruption (#2054)

No new revisions were added by this update.

Summary of changes:
 .../internal/storage/pagememory/index/hash/io/HashIndexTreeIo.java    | 2 +-
 .../internal/storage/pagememory/index/meta/io/IndexMetaInnerIo.java   | 2 +-
 .../ignite/internal/storage/pagememory/index/meta/io/IndexMetaIo.java | 4 ++--
 .../internal/storage/pagememory/index/meta/io/IndexMetaLeafIo.java    | 2 +-
 .../storage/pagememory/index/sorted/io/SortedIndexTreeIo.java         | 2 +-
 .../apache/ignite/internal/storage/pagememory/mv/VersionChain.java    | 2 +-
 .../org/apache/ignite/internal/storage/pagememory/mv/gc/io/GcIo.java  | 2 +-
 .../ignite/internal/storage/pagememory/mv/io/VersionChainIo.java      | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)