-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Compaction
-
None
-
3
-
ASeasonTooMany-2023-08-22
WT-9636 added an event handler for compaction to be interrupted on demand. The check has been added in the __wt_compact after the check for the timeout __wt_session_compact_check_timeout.
The timeout check is also present before taking a checkpoint (3 are taken during compaction) in __compact_checkpoint. We should check if compaction has been interrupted here as well as checkpoints may take a lot of time.
- related to
-
SERVER-79869 The WiredTiger event handler is not used correctly when calling compact
- Closed