While trying to reproduce WT-4832, which is an error/panic, I hit a data mismatch error instead.
Finished a checkpoint Finished verifying a checkpoint with 3 tables and 26527 keys t: Now previous keys don't match: Invalid argument t: verify_consistency - mismatching data: Bad address Key/value mismatch: 76176/0000000000000000000000000000000000000000000000009838 from a COL table is not 76169/0000000000000000000000000000000000000000000000014639 from a ROW table Ran workers for: 18.306245 seconds
The command I was executing, in 20 parallel processes, is ./test/checkpoint/t -h WT_TEST.$t -T 3 -t m -W 3 -r 2 -x -n 100000 -k 100000 where $t is the process counter and each one is running in WT_TEST.1, WT_TEST.2, ... respectively.
- depends on
-
WT-4873 Spike - test/checkpoint data mismatch failure
- Closed