mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-09 06:22:57 +00:00
## Problem Shard ancestor compaction does not yield for L0 compaction, potentially starving it. close https://github.com/neondatabase/neon/issues/11125 ## Summary of changes * Yield for L0 during shard ancestor compaction. * Return `CompactionOutcome::Pending` when limited by `rewrite_max`, for eager rescheduling.