• S
    WritableFileWriter tries to skip operations after failure (#10489) · 911c0208
    sdong 提交于
    Summary:
    A flag in WritableFileWriter is introduced to remember error has happened. Subsequent operations will fail with an assertion. Those operations, except Close() are not supposed to be called anyway. This change will help catch bug in tests and stress tests and limit damage of a potential bug of continue writing to a file after a failure.
    
    Pull Request resolved: https://github.com/facebook/rocksdb/pull/10489
    
    Test Plan: Fix existing unit tests and watch crash tests for a while.
    
    Reviewed By: anand1976
    
    Differential Revision: D38473277
    
    fbshipit-source-id: 09aafb971e56cfd7f9ef92ad15b883f54acf1366
    911c0208
db_impl_write.cc 88.6 KB