MCPcopy Create free account
hub / github.com/apache/impala / initializeSchedulerWarning

Function initializeSchedulerWarning

be/src/scheduling/scheduler.cc:494–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494static 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
501Status Scheduler::CheckEffectiveInstanceCount(
502 const FragmentScheduleState* fragment_state, ScheduleState* state) {

Callers 2

Calls 2

GetInfoStringMethod · 0.80
AddInfoStringMethod · 0.80

Tested by

no test coverage detected