-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Compaction
-
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?)
- causes
-
WT-12059 Keep the exclude list in the background compaction configuration string
- Closed