What's Changed
- fix(storage): skip overlapping compaction cycles — startup (T+5s) and the first scheduled run (T+5min) could run retention and native merge on the same table concurrently. A second cycle that starts while another is still running is skipped (
CompactionService: cycle already running, skipping). Addresses #945.
Full Changelog: 11.0.328...11.0.329