mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
d557002675
## Problem The fill requirement was not taken into account when looking through the shards of a given node to fill from. ## Summary of Changes Ensure that we do not fill a node past the recommendation from `Scheduler::compute_fill_requirement`.