Commit 9e57c29
authored
Make calculation of idealised share metrics only log warning on error (#4568)
Instead of erroring out the scheduling algo when the idealised share
metrics fail to calculate, now we just log a warning
The idealised share code only calculates some non-critical metrics, so
we shouldn't stop scheduling just because they aren't being calculated
Signed-off-by: JamesMurkin <[email protected]>1 parent 7afdcce commit 9e57c29
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
568 | | - | |
| 568 | + | |
569 | 569 | | |
570 | 570 | | |
571 | 571 | | |
| |||
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
579 | | - | |
580 | | - | |
| 579 | + | |
| 580 | + | |
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
| |||
0 commit comments