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

Method IncQueryFailCount

src/master/tabletnode_manager.cc:313–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313uint32_t TabletNode::IncQueryFailCount() {
314 MutexLock lock(&mutex_);
315 return ++query_fail_count_;
316}
317
318void TabletNode::ResetQueryFailCount() {
319 MutexLock lock(&mutex_);

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected