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

Method IsThreadPoolError

be/src/common/status.h:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 }
244
245 bool IsThreadPoolError() const {
246 return msg_ != NULL
247 && (msg_->error() == TErrorCode::THREAD_POOL_SUBMIT_FAILED ||
248 msg_->error() == TErrorCode::THREAD_POOL_TASK_TIMED_OUT);
249 }
250
251 /// Returns the error message associated with a non-successful status.
252 const ErrorMsg& msg() const {

Callers 1

GetNextInternalMethod · 0.80

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected