Skip to content

LBA Out of Range #16

@johnramsden

Description

@johnramsden

Under certain scenarios, the disk attempts to read past the end. See

// eprintln!(
// "[append] nvme::ops::write failed: zone={}, index={}, addr={}, size={} bytes. Error: {:?}",
// chunk_location.zone,
// chunk_location.index,
// write_addr,
// mut_data.len(),
// err
// );

// 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions