-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
StorEng - Refinement Pipeline
-
None
To reproduce WT-11242, we had to do the following changes:
diff --git a/src/evict/evict_page.c b/src/evict/evict_page.c
index 6d54acac4..8954b02ec 100644
--- a/src/evict/evict_page.c
+++ b/src/evict/evict_page.c
@@ -277,7 +277,7 @@ __wt_evict(WT_SESSION_IMPL *session, WT_REF *ref, uint8_t previous_state, uint32
* dead tree.
*/
if (!closing && !tree_dead &&
- __wt_failpoint(session, WT_TIMING_STRESS_FAILPOINT_EVICTION_FAIL_AFTER_RECONCILIATION, 10)) {
+ __wt_failpoint(session, WT_TIMING_STRESS_FAILPOINT_EVICTION_FAIL_AFTER_RECONCILIATION, 1000)) {
ret = EBUSY;
goto err;
}
We should be able to control that value through testing or randomise the value chosen.
- is related to
-
WT-11242 format failure: rec_upd_select selected update already written to history store
-
- Closed
-