-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
5
-
Storage Engines 2020-04-06, Storage - Ra 2020-04-20
The multiversion tests on the mongo v4.4 waterfall page kept failing after the recent v4.2 WiredTiger drop (with WT-5892) and the merge of SERVER-47006. In do_upgrade_downgrade.js of the latest commit build, we got below WiredTiger error during verify:
WiredTiger error (-31802) [1585175504:527406][836:0x7f43bd660700], file:collection-4--1056216462881454944.wt, WT_SESSION.verify: __verify_txn_addr_cmp, 755: cell 1 on page at [Root] failed verification with oldest start transaction of 0, less than the parent's oldest start transaction of 31: WT_ERROR: non-specific WiredTiger error WiredTiger error (0) [1585175504:527474][836:0x7f43bd660700], file:collection-4--1056216462881454944.wt, WT_SESSION.verify: __verify_ckptfrag_chk, 526: checkpoint ranges never verified: 1 WiredTiger error (0) [1585175504:527489][836:0x7f43bd660700], file:collection-4--1056216462881454944.wt, WT_SESSION.verify: __verify_filefrag_chk, 438: file ranges never verified: 1 verify() returned WT_ERROR: non-specific WiredTiger error. This indicates structural damage. Not examining individual documents.
- is related to
-
WT-5934 Stop validating timestamps read from disk in 4.2
- Closed
- related to
-
SERVER-47126 Clean dbpath when downgrading arbiters in multiversion tests
- Closed
-
SERVER-47344 agg_merge_upsert_supplied_cluster.js failure due to unsupported downgrade version
- Closed
-
WT-5961 Respect write generations when constructing the root addr
- Closed