MCPcopy Create free account
hub / github.com/apple/foundationdb / when

Function when

fdbserver/BackupWorker.actor.cpp:463–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461 choose {
462 when(wait(self->cx->onProxiesChanged())) {}
463 when(GetReadVersionReply reply =
464 wait(basicLoadBalance(self->cx->getGrvProxies(UseProvisionalProxies::False),
465 &GrvProxyInterface::getConsistentReadVersion,
466 request,
467 self->cx->taskID))) {
468 self->cx->ssVersionVectorCache.applyDelta(reply.ssVersionVectorDelta);
469 return reply.version;
470 }
471 }
472 }
473 }

Calls 14

TraceEventClass · 0.85
getGrvProxiesMethod · 0.80
applyDeltaMethod · 0.80
peekLogRouterMethod · 0.80
hasPseudoLocalityMethod · 0.80
getOldestBackupEpochMethod · 0.80
detailMethod · 0.80
getMethod · 0.65
setMethod · 0.65
onChangeMethod · 0.45
isValidMethod · 0.45

Tested by

no test coverage detected