MCPcopy Create free account
hub / github.com/baidu/tera / ShutdownServer

Method ShutdownServer

src/tabletnode/tabletnode_entry.cc:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void TabletNodeEntry::ShutdownServer() {
100 tabletnode_impl_->Exit();
101 LOG(INFO) << "TabletNodeEntry stop done!";
102 _exit(0);
103}
104
105bool TabletNodeEntry::Run() {
106 static int64_t timer_ticks = 0;

Callers

nothing calls this directly

Calls 1

ExitMethod · 0.45

Tested by

no test coverage detected