This repository has been archived by the owner on May 3, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CORTX-33505: Add tree type in node header of btree node. (#2054)
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. - 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>
- Loading branch information