Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

CORTX-33505: Add tree type in node header of btree node. #2054

Merged
merged 3 commits into from
Aug 8, 2022

Commits on Aug 5, 2022

  1. CORTX-33505: Add tree type in node header of btree node.

    Problem:
    - Inside btree `struct node_header::h_tree_type` field is not populated.
    
    Solution:
    - Assign tree type to `h_tree_type` variable while initializing a new node.
    - Added check in node invariant to ensure this field is populated.
    - Fixed one typo error in doc/sm/index.rst file.
    
    Signed-off-by: Kanchan Chaudhari <kanchan.chaudhari@seagate.com>
    kanchan-chaudhari committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    fa73fea View commit details
    Browse the repository at this point in the history
  2. Added asserts to verify the order of members in struct ff_head,

    struct fkvv_head and struct vkvv_head because this order is
    expected while performing data recovery.
    
    Signed-off-by: Kanchan Chaudhari <kanchan.chaudhari@seagate.com>
    kanchan-chaudhari committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    9ca38ec View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    b857111 View commit details
    Browse the repository at this point in the history