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

Method UpdateHostProfile

be/src/runtime/coordinator-backend-state.cc:669–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667}
668
669void Coordinator::BackendState::UpdateHostProfile(
670 const TRuntimeProfileTree& thrift_profile) {
671 // We do not take 'lock_' here because RuntimeProfile::Update() is thread-safe.
672 DCHECK(!IsEmptyBackend());
673 host_profile_->Update(thrift_profile, false);
674}
675
676void Coordinator::BackendState::UpdateExecStats(
677 const vector<FragmentStats*>& fragment_stats, bool finalize) {

Callers 1

Calls 1

UpdateMethod · 0.45

Tested by

no test coverage detected