Skip to content
  • sdong's avatar
    Avoid Swallowing Some File Consistency Checking Bugs (#6793) · 680c4163
    sdong authored
    Summary:
    We are swallowing some file consistency checking failures. This is not expected. We are fixing two cases: DB reopen and manifest dump.
    More places are not fixed and need follow-up.
    
    Error from CheckConsistencyForDeletes() is also swallowed, which is not fixed in this PR.
    Pull Request resolved: https://github.com/facebook/rocksdb/pull/6793
    
    Test Plan: Add a unit test to cover the reopen case.
    
    Reviewed By: riversand963
    
    Differential Revision: D21366525
    
    fbshipit-source-id: eb438a322237814e8d5125f916a3c6de97f39ded
    680c4163