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

Do not raise an error if background compaction is already enabled/disabled

    • Storage Engines
    • 3
    • c(3x10^8)-StorEng - 2023-11-14, 2023-11-28 - Anthill Tiger

      Currently, EINVAL is returned if background compaction is disabled while it is already disabled or enabled while it is already running.

      This ticket could:

      • Silence this error as it is not necessary to raise an error in these scenarios. However, trying to enable a running background compaction server with a different configuration should remain an error.
      • Replace the error with something that makes more sense (EPERM?)

            Assignee:
            sean.watt@mongodb.com Sean Watt
            Reporter:
            etienne.petrel@mongodb.com Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: