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

Method WaitAsync

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

Source from the content-addressed store, hash-verified

1295}
1296
1297Status ClientRequestState::WaitAsync() {
1298 // TODO: IMPALA-7396: thread creation fault inject is disabled because it is not
1299 // handled correctly.
1300 return Thread::Create("query-exec-state", "wait-thread",
1301 &ClientRequestState::Wait, this, &wait_thread_, false);
1302}
1303
1304bool ClientRequestState::BlockOnWait(int64_t timeout_us, int64_t* block_on_wait_time_us) {
1305 DCHECK_GE(timeout_us, 0);

Callers 4

WaitForResultsMethod · 0.80
queryMethod · 0.80
RetryQueryFromThreadMethod · 0.80

Calls 1

CreateClass · 0.85

Tested by

no test coverage detected