Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sstable: Fix bug in dynamic readahead
Turns out we weren't calling Prefetch() at all during sstable reader dynamic readahead except in the very last readahead "step" before switching to the POSIX_FADV_SEQUENTIAL file handle. Fix the if conditional before the Prefetch() call.
- Loading branch information