-
Type: Build Failure
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
We have seen a failure in our automated testing where we panic while creating the final checkpoint during shutdown. The call stack is:
09 00000054`d59fda90 00007ff7`41e6c5e2 mongod!__wt_panic_func+0x82 [C:\data\mci\bf953850a3c52fede01c36a1aaa93481\src\src\third_party\wiredtiger\src\support\err.c @ 388] 0a 00000054`d59fdb00 00007ff7`41dfe1e6 mongod!__wt_block_checkpoint_resolve+0x82 [C:\data\mci\bf953850a3c52fede01c36a1aaa93481\src\src\third_party\wiredtiger\src\block\block_ckpt.c @ 926] 0b 00000054`d59fdb40 00007ff7`41dfec27 mongod!__meta_track_unroll+0x2e6 [C:\data\mci\bf953850a3c52fede01c36a1aaa93481\src\src\third_party\wiredtiger\src\meta\meta_track.c @ 217] 0c 00000054`d59fdba0 00007ff7`41df9a72 mongod!__wt_meta_track_off+0x3b7 [C:\data\mci\bf953850a3c52fede01c36a1aaa93481\src\src\third_party\wiredtiger\src\meta\meta_track.c @ 305] 0d 00000054`d59fdc10 00007ff7`41df9e19 mongod!__txn_checkpoint+0x962 [C:\data\mci\bf953850a3c52fede01c36a1aaa93481\src\src\third_party\wiredtiger\src\txn\txn_ckpt.c @ 1012] 0e 00000054`d59fdd50 00007ff7`41dfa903 mongod!__txn_checkpoint_wrapper+0x189 [C:\data\mci\bf953850a3c52fede01c36a1aaa93481\src\src\third_party\wiredtiger\src\txn\txn_ckpt.c @ 1075] 0f 00000054`d59fdd80 00007ff7`41d96c15 mongod!__wt_txn_checkpoint+0x113 [C:\data\mci\bf953850a3c52fede01c36a1aaa93481\src\src\third_party\wiredtiger\src\txn\txn_ckpt.c @ 1134] 10 00000054`d59fddb0 00007ff7`41d55a7b mongod!__wt_txn_global_shutdown+0x185 [C:\data\mci\bf953850a3c52fede01c36a1aaa93481\src\src\third_party\wiredtiger\src\txn\txn.c @ 1948] 11 00000054`d59fde90 00007ff7`40b2c5a3 mongod!__conn_close+0x53b [C:\data\mci\bf953850a3c52fede01c36a1aaa93481\src\src\third_party\wiredtiger\src\conn\conn_api.c @ 1082]
A customer has seen a similar symptom running the latest version of MongoDB 4.2, which makes it possibly related to recent checkpoint changes for backup (WT-5242 and friends).
- duplicates
-
WT-6366 Off-by-one overflow in block-modification bitmaps for incremental backup
- Closed