MCPcopy Create free account
hub / github.com/apache/impala / ~KrpcDataStreamMgr

Method ~KrpcDataStreamMgr

be/src/runtime/krpc-data-stream-mgr.cc:471–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471KrpcDataStreamMgr::~KrpcDataStreamMgr() {
472 shutdown_promise_.Set(true);
473 deserialize_pool_.Shutdown();
474 LOG(INFO) << "Waiting for data-stream-mgr maintenance thread...";
475 if (maintenance_thread_.get() != nullptr) maintenance_thread_->Join();
476 LOG(INFO) << "Waiting for deserialization thread pool...";
477 deserialize_pool_.Join();
478}
479
480TransmitDataCtx::TransmitDataCtx(
481 const TransmitDataRequestPB* request, TransmitDataResponsePB* response,

Callers

nothing calls this directly

Calls 4

getMethod · 0.65
SetMethod · 0.45
ShutdownMethod · 0.45
JoinMethod · 0.45

Tested by

no test coverage detected