Should return Status::NotFound() when FullHistoryTsLow is empty
Open
- Dominant language
- C++
- Stars
- 32.1k
- Forks
- 6.9k
- Avg merge
- 32m
- Merged PRs (30d)
- 1
Description
https://github.com/facebook/rocksdb/blob/f515d9d2032e8aced7d92ec7bdb5aecd8585479a/db/db_impl/db_impl.cc#L1674
here it asserted when FullHistoryTsLow has not been set.
It should be more elegant to return Status::NotFound
Contributor guide
Assessment
This issue has not been assessed yet.