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

CORTX-31907- panic at m0_balloc_load_extents() #2064

Merged
merged 5 commits into from
Aug 9, 2022

Commits on Jun 24, 2022

  1. Custom build to debug balloc assert due to corrupt btree.

    1. Added assert in balloc code in case any btree operation fails.
    2. Added debug print in btree code to print error messages specific balloc
    btrees.
    
    Signed-off-by: Mukund Kanekar <mukund.kanekar@seagate.com>
    mukundkanekar committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    d313462 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    87dbe3a View commit details
    Browse the repository at this point in the history
  2. updated assert added in balloc code in when btree operation fails

    in sync with new btree code.
    
    Signed-off-by: Mukund Kanekar <mukund.kanekar@seagate.com>
    mukundkanekar committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    73632f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

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

Commits on Aug 8, 2022

  1. added assert in case ext creation fails due low memory also if

    alloc/free db update returns error.
    
    Signed-off-by: Mukund Kanekar <mukund.kanekar@seagate.com>
    mukundkanekar committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    25ba1ae View commit details
    Browse the repository at this point in the history