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

Method RunThread

be/src/kudu/rpc/reactor.cc:499–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497}
498
499void ReactorThread::RunThread() {
500 ThreadRestrictions::SetWaitAllowed(false);
501 ThreadRestrictions::SetIOAllowed(false);
502 DVLOG(6) << "Calling ReactorThread::RunThread()...";
503 loop_.run(0);
504 VLOG(1) << name() << " thread exiting.";
505
506 // No longer need the messenger. This causes the messenger to
507 // get deleted when all the reactors exit.
508 reactor_->messenger_.reset();
509}
510
511bool ReactorThread::FindConnection(const ConnectionId& conn_id,
512 CredentialsPolicy cred_policy,

Callers 1

InitMethod · 0.95

Calls 2

resetMethod · 0.65
runMethod · 0.45

Tested by

no test coverage detected