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

Method StopForTesting

be/src/rpc/thrift-server.cc:449–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449void ThriftServer::StopForTesting() {
450 DCHECK(server_thread_ != NULL);
451 DCHECK(server_);
452 server_->stop();
453 if (started_) Join();
454}
455
456void ThriftServer::GetConnectionContextList(ConnectionContextList* connection_contexts) {
457 lock_guard<mutex> l(connection_contexts_lock_);

Callers 2

TESTFunction · 0.80
mainFunction · 0.80

Calls 1

stopMethod · 0.65

Tested by 1

TESTFunction · 0.64