• S
    Fix a bug handling multiget index I/O error. (#9993) · c4cd8e1a
    sdong 提交于
    Summary:
    In one path of BlockBasedTable::MultiGet(), Next() is directly called after calling Seek() against the index iterator. This might cause crash if an I/O error happens in Seek().
    The bug is discovered in crash test.
    
    Pull Request resolved: https://github.com/facebook/rocksdb/pull/9993
    
    Test Plan: See existing CI tests pass.
    
    Reviewed By: anand1976
    
    Differential Revision: D36381758
    
    fbshipit-source-id: a11e0aa48dcee168c2554c33b532646ffdb68877
    c4cd8e1a
可在Tags中查看这些版本中当前仓库的状态.
HISTORY.md 226.4 KB