Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
313
uint32_t TabletNode::IncQueryFailCount() {
314
MutexLock lock(&mutex_);
315
return ++query_fail_count_;
316
}
317
318
void TabletNode::ResetQueryFailCount() {
319
MutexLock lock(&mutex_);
Callers
2
QueryTabletNodeCallback
Method · 0.80
CollectTabletInfoCallback
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected