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

Method ResetQueryFailCount

src/master/tabletnode_manager.cc:318–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318void TabletNode::ResetQueryFailCount() {
319 MutexLock lock(&mutex_);
320 query_fail_count_ = 0;
321}
322
323TabletNodeManager::TabletNodeManager(MasterImpl* master_impl)
324 : tabletnode_added_(&mutex_), master_impl_(master_impl) {}

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected