rocksdb
rocksdb copied to clipboard
Fail DB open when Point-in-time recovery encounter IO error when reading WAL
The task is to fix: https://github.com/facebook/rocksdb/issues/6288
- [ ] Reproduce the behavior using unit test
- [ ] Fix the issue
cc @BusyJay
Fixed in upstream (https://github.com/facebook/rocksdb/pull/6963). Need cherry-pick.