Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-96879

Run checkpoint_cleanup more frequently in testing

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • RSS Sydney
    • RSS Sydney - 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'),
              ]),
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            gregory.wlodarek@mongodb.com Gregory Wlodarek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: