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

Method UpdateBackendExecStatus

be/src/service/client-request-state.cc:2146–2151  ·  view source on GitHub ↗

It is safe to use 'coord_' directly for the following two methods since they are safe to call concurrently with Coordinator::Exec(). See comments for 'coord_' and 'coord_exec_called_' for more details.

Source from the content-addressed store, hash-verified

2144// to call concurrently with Coordinator::Exec(). See comments for 'coord_' and
2145// 'coord_exec_called_' for more details.
2146Status ClientRequestState::UpdateBackendExecStatus(
2147 const ReportExecStatusRequestPB& request,
2148 const TRuntimeProfileForest& thrift_profiles) {
2149 DCHECK(coord_.get());
2150 return coord_->UpdateBackendExecStatus(request, thrift_profiles);
2151}
2152
2153void ClientRequestState::UpdateFilter(
2154 const UpdateFilterParamsPB& params, RpcContext* context) {

Callers 1

ReportExecStatusMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected