Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ runWritePhase
Method
runWritePhase
src/log/coordinator.cpp:366–369 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
364
365
366
Future<WriteResponse> CoordinatorProcess::runWritePhase(const Action& action)
367
{
368
return log::write(quorum, network, proposal, action);
369
}
370
371
372
Future<Option<uint64_t>> CoordinatorProcess::checkWritePhase(
Callers
nothing calls this directly
Calls
1
write
Function · 0.70
Tested by
no test coverage detected