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

Method ~ExecEnv

be/src/runtime/exec-env.cc:336–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336ExecEnv::~ExecEnv() {
337 if (buffer_reservation_ != nullptr) buffer_reservation_->Close();
338 if (rpc_mgr_ != nullptr) rpc_mgr_->Shutdown();
339 disk_io_mgr_.reset(); // Need to tear down before mem_tracker_.
340}
341
342Status ExecEnv::InitForFeSupport() {
343 mem_tracker_.reset(new MemTracker(-1, "Process"));

Callers

nothing calls this directly

Calls 3

resetMethod · 0.65
CloseMethod · 0.45
ShutdownMethod · 0.45

Tested by

no test coverage detected