| 492 | } |
| 493 | |
| 494 | static inline void initializeSchedulerWarning(RuntimeProfile* summary_profile) { |
| 495 | if (summary_profile->GetInfoString(SCHEDULER_WARNING_KEY) == nullptr) { |
| 496 | summary_profile->AddInfoString(SCHEDULER_WARNING_KEY, |
| 497 | "Cluster membership might changed between planning and scheduling"); |
| 498 | } |
| 499 | } |
| 500 | |
| 501 | Status Scheduler::CheckEffectiveInstanceCount( |
| 502 | const FragmentScheduleState* fragment_state, ScheduleState* state) { |
no test coverage detected