-
Notifications
You must be signed in to change notification settings - Fork 0
LBA Out of Range #16
Copy link
Copy link
Open
Description
Under certain scenarios, the disk attempts to read past the end. See
Lines 435 to 442 in 78cc71f
| // eprintln!( | |
| // "[append] nvme::ops::write failed: zone={}, index={}, addr={}, size={} bytes. Error: {:?}", | |
| // chunk_location.zone, | |
| // chunk_location.index, | |
| // write_addr, | |
| // mut_data.len(), | |
| // err | |
| // ); |
Line 415 in 78cc71f
| // println!("[append] writing chunk to {} bytes at addr {}", chunk_location.zone, write_addr); |
This seems to happen when we make enough queries that the disk fills up.
Probably related to eviction not being finished at the moment
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels