Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-12927

Avoid checkpoint cleanup processing empty or newly created files

    • Storage Engines
    • 2
    • Megabat - 2024-05-14
    • v8.0

      The checkpoint cleanup thread opens all the tables that have stop durable timestamp or logging enabled. In the standalone mode, all the tables have logging enabled, which opens all the tables for processing. This can create problems when opening a bulk cursor on the newly created table as it is concurrently opened by the checkpoint thread due to the checkpoint cleanup thread.

      The fix is to avoid processing these empty or newly created files as part of the checkpoint cleanup operation.

            Assignee:
            haribabu.kommi@mongodb.com Haribabu Kommi
            Reporter:
            haribabu.kommi@mongodb.com Haribabu Kommi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: