-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
RSS Sydney
-
Fully Compatible
-
Hoity-Toity - 2024-12-10, SleighTheDay - 2024-12-24
The checkpoint cleanup thread in WiredTiger operates every 5 minutes, and our tests do not typically run for such extended durations. This makes it difficult to encounter conflicting operations with this.
Config('checkpoint_cleanup', '', r''' periodically checkpoint cleanup the database.''', type='category', subconfig=[ Config('method', 'none', r''' control how aggressively obsolete content is removed by reading the internal pages. Default to none, which means no additional work is done to find obsolete content. ''', choices=['none', 'reclaim_space']), Config('wait', '300', r''' seconds to wait between each checkpoint cleanup''', min='60', max='100000'), ]),