Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporary work around nullptr seqno_to_time_mapping in FlushJob
Summary: To resolve a crash test failure in `FlushJob::GetPrecludeLastLevelMinSeqno()` To fix this properly, I will work on ensuring that (a) FlushJob is created with a consistent view on mutable options and seqno_to_time_mapping (from a single SuperVersion) and (b) SuperVersions always have a non-null seqno_to_time_mapping when a relevant option is set. Test Plan: watch crash test
- Loading branch information