flux-framework / flux-sched

Fluxion Graph-based Scheduler
GNU Lesser General Public License v3.0
84 stars 39 forks source link

resource: ensure all resources start in DOWN state when some ranks are excluded by configuration #1183

Closed grondo closed 4 weeks ago

grondo commented 4 weeks ago

This PR fixes #1182 and adds a test for the condition (verified that the test fails on current master).

This is a critical issue since currently Fluxion could assign down resources to jobs. The jobs then immediately fail and the next job is scheduled, eating through the entire queue.

milroy commented 4 weeks ago

Looking now as well.

grondo commented 4 weeks ago

Thanks, I'll set MWP