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

Method DoneRemainingExecuting

be/src/runtime/query-state.h:286–286  ·  view source on GitHub ↗

Called by a FragmentInstanceState thread to notify anyone waiting on WaitForFinishOrTimeout() or waiting on WaitForFinish(). This function must be called after calling ErrorDuringExecute().

Source from the content-addressed store, hash-verified

284 /// WaitForFinishOrTimeout() or waiting on WaitForFinish().
285 /// This function must be called after calling ErrorDuringExecute().
286 void DoneRemainingExecuting() { instances_finished_barrier_->NotifyRemaining(); }
287
288 /// Called to notify that an error was encountered during codegen. This is called by the
289 /// first fragment instance thread that invoked its corresponding FragmentState's

Callers 1

ExecMethod · 0.80

Calls 1

NotifyRemainingMethod · 0.45

Tested by

no test coverage detected