-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Checkpoints
-
Storage Engines
-
3
-
StorEng - 2024-09-03, StorEng - 2024-09-17
-
v8.0, v7.0, v6.0, v5.0
/* Sync the history store file. */ if (F_ISSET(hs_dhandle, WT_DHANDLE_OPEN)) { WT_STAT_CONN_SET(session, checkpoint_state, WT_CHECKPOINT_STATE_HS_SYNC); WT_WITH_DHANDLE(session, hs_dhandle, ret = __wt_checkpoint_sync(session, NULL)); }
The ret value from the call to __wt_checkpoint_sync is not handled.