hyptohesis of what's wrong

This commit is contained in:
Christian Schwarz
2024-09-14 14:26:52 +00:00
parent 9012a18fa1
commit 6d73642a93

View File

@@ -422,7 +422,7 @@ impl VectoredReadPlanner {
match flag {
BlobFlag::None => {
let blobs_for_key = self.blobs.entry(key).or_default();
blobs_for_key.push((lsn, start_offset, end_offset, false));
blobs_for_key.push((lsn, start_offset, end_offset, false /* I think `false` is not always correct here, but it needs to be so the planner stops */));
}
BlobFlag::ReplaceAll => {
let blobs_for_key = self.blobs.entry(key).or_default();