-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Engines 2018-08-13, Storage Engines 2018-08-27
The checkpoint test failed right after WT-4193 was merged. Configured with ../configure CFLAGS=-ggdb --enable-strict, and ran on Kodkod.
http://build.wiredtiger.com:8080/job/wiredtiger-test-checkpoint/3714/console
nice ./test/checkpoint/t -t m -n 1000000 -k 5000000 -C cache_size=100MB t: process 14951 1: 1 workers, 3 tables checkpointer thread starting: tid: 14951:0x7f3ffa2ee700 worker thread starting: tid: 14951:0x7f3ff37fe700 Finished a checkpoint Finished verifying a checkpoint with 3 tables and 0 keys Finished a checkpoint Finished verifying a checkpoint with 3 tables and 68 keys Finished a checkpoint Finished verifying a checkpoint with 3 tables and 4579 keys Finished a checkpoint <snip> Finished verifying a checkpoint with 3 tables and 711410 keys Finished a checkpoint Finished verifying a checkpoint with 3 tat: 2nd cursor didn't find 1st key: WT_NOTFOUND: item not found t: verify_checkpoint - mismatching data: Bad address bles and 718484 keys Finished a checkpoint Finished verifying a checkpoint with 3 tables and 723347 keys <snip> Finished verifying a checkpoint with 3 tables and 843260 keys Finished a checkpoint Key/value mismatch: 3526552/0000000000000000000000000000000929390 from a COL table is not 3526557/0000000000000000000000000000000130921 from a ROW table Ran workers for: 670.640599 seconds
- is related to
-
WT-4239 Don't allow checkpoints to perform insert-splits in the tree
- Closed