Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ getMissingPositions
Method
getMissingPositions
src/log/coordinator.cpp:229–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
228
229
Future<IntervalSet<uint64_t>> CoordinatorProcess::getMissingPositions()
230
{
231
return replica->missing(0, index);
232
}
233
234
235
Future<Nothing> CoordinatorProcess::catchupMissingPositions(
Callers
nothing calls this directly
Calls
1
missing
Method · 0.80
Tested by
no test coverage detected