-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
2
-
StorEng - Defined Pipeline
In WT-10875, we can see the error message is trimmed:
[1680252284:483452][79730:0xffff895c0480], t, file:F00008, WT_SESSION.checkpoint: [WT_VERB_DEFAULT][ERROR]: __hs_delete_record, 1115: WiredTiger assertion failed: 'hs_tw->start_txn == 0 || hs_tw->start_txn == upd->txnid'. Retrieved w
We can see that the following bit is 100 characters long:
WiredTiger assertion failed: 'hs_tw->start_txn == 0 || hs_tw->start_txn == upd->txnid'. Retrieved w
This length comes from WT_ERR_MSG_BUF_LEN, we should increase the length of this buffer.