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

Method StartDumperThread

be/src/kudu/util/test_graph.cc:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void TimeSeriesCollector::StartDumperThread() {
72 LOG(INFO) << "Starting metrics dumper";
73 CHECK(!started_);
74 exit_latch_.Reset(1);
75 started_ = true;
76 dumper_thread_ = thread([this]() { this->DumperThread(); });
77}
78
79void TimeSeriesCollector::StopDumperThread() {
80 CHECK(started_);

Callers

nothing calls this directly

Calls 2

DumperThreadMethod · 0.95
ResetMethod · 0.45

Tested by

no test coverage detected