Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ runPromisePhase
Method
runPromisePhase
src/log/coordinator.cpp:186–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
185
186
Future<PromiseResponse> CoordinatorProcess::runPromisePhase()
187
{
188
return log::promise(quorum, network, proposal);
189
}
190
191
192
Future<Option<uint64_t>> CoordinatorProcess::checkPromisePhase(
Callers
nothing calls this directly
Calls
1
promise
Function · 0.85
Tested by
no test coverage detected