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

Method getNextReadLocation

fdbserver/DiskQueue.actor.cpp:1001–1001  ·  view source on GitHub ↗

FIXME: getNextReadLocation should ASSERT( initialized ), but the memory storage engine needs to be changed to understand the new intiailizeRecovery protocol.

Source from the content-addressed store, hash-verified

999 // FIXME: getNextReadLocation should ASSERT( initialized ), but the memory storage engine needs
1000 // to be changed to understand the new intiailizeRecovery protocol.
1001 location getNextReadLocation() const override { return nextReadLocation; }
1002 location getNextCommitLocation() const override {
1003 ASSERT(initialized);
1004 return lastCommittedSeq + sizeof(Page);

Callers 6

readNextMethod · 0.45
updateVersionSizesMethod · 0.45
readNextMethod · 0.45
getNextReadLocationMethod · 0.45
recoverMethod · 0.45
readNextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected