We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df76b79 commit b061cfeCopy full SHA for b061cfe
downstairs/src/extent_inner_raw.rs
@@ -397,6 +397,10 @@ impl ExtentInner for RawInner {
397
let r = self.write_inner(write, &writes_to_skip);
398
399
if r.is_err() {
400
+ panic!(
401
+ "This is what James warned us about, job:{} extent:{} blocks:{}",
402
+ job_id.0, self.extent_number.0, num_blocks
403
+ );
404
for i in 0..write.block_contexts.len() {
405
if !writes_to_skip.contains(&i) {
406
// Try to recompute the context slot from the file. If this
0 commit comments