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

Method LogDequeueFailed

be/src/scheduling/admission-controller.cc:2847–2854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2845}
2846
2847void AdmissionController::LogDequeueFailed(
2848 QueueNode* node, const string& not_admitted_reason) {
2849 KLOG_EVERY_N_SECS(INFO, 5) << "Could not dequeue query id="
2850 << PrintId(node->admission_request.query_id)
2851 << " reason: " << not_admitted_reason;
2852 node->admission_request.summary_profile->AddInfoString(
2853 PROFILE_INFO_KEY_LAST_QUEUED_REASON, not_admitted_reason);
2854}
2855
2856AdmissionController::PoolStats* AdmissionController::GetPoolStats(
2857 const ScheduleState& state) {

Callers

nothing calls this directly

Calls 2

PrintIdFunction · 0.85
AddInfoStringMethod · 0.80

Tested by

no test coverage detected