Open jbowens opened 3 years ago
Here are log files from the other instance.
cockroach-stderr.jackson-1618504336-40-n10cpu4-0006.ubuntu.2021-04-15T18_16_15Z.014125.log cockroach.jackson-1618504336-40-n10cpu4-0006.ubuntu.2021-04-15T20_57_34Z.014125.log cockroach-pebble.jackson-1618504336-40-n10cpu4-0006.ubuntu.2021-04-15T20_04_29Z.014125.log
This may have been resolved by https://github.com/cockroachdb/cockroach/pull/64385. I'm reframing this issue to write a test (adapt the disk-full roachtest?) that intentionally exhausts all available disk space and ensures no corruption results.
We have marked this issue as stale because it has been inactive for 18 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to CockroachDB!
This may have been resolved by #64385. I'm reframing this issue to write a test (adapt the disk-full roachtest?) that intentionally exhausts all available disk space and ensures no corruption results.
Original issue:
While attempting to reproduce the AddSSTable checksum failure #63297, I accidentally exhausted disk space on many nodes during a restore. On a couple nodes, this manifested as a panic from an iterator trying to read an empty sstable. Both of the instances were on nodes with encryption-at-rest enabled.
cockroach.jackson-1618504336-22-n10cpu4-0008.ubuntu.2021-04-15T21_14_52Z.008324.log cockroach-pebble.jackson-1618504336-22-n10cpu4-0008.ubuntu.2021-04-15T17_27_56Z.008324.log cockroach-pebble.jackson-1618504336-22-n10cpu4-0008.ubuntu.2021-04-15T18_55_18Z.008324.log cockroach-stderr.jackson-1618504336-22-n10cpu4-0008.ubuntu.2021-04-15T17_27_56Z.008324.log
Jira issue: CRDB-6794