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

Method WaitOnExecRpcs

be/src/runtime/coordinator.cc:527–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525}
526
527void Coordinator::WaitOnExecRpcs() {
528 if (exec_rpcs_complete_.Load()) return;
529 for (BackendState* backend_state : backend_states_) {
530 backend_state->WaitOnExecRpc();
531 }
532 exec_rpcs_complete_.Store(true);
533}
534
535Status Coordinator::StartBackendExec() {
536 int num_backends = backend_states_.size();

Callers

nothing calls this directly

Calls 3

WaitOnExecRpcMethod · 0.80
LoadMethod · 0.45
StoreMethod · 0.45

Tested by

no test coverage detected