Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Follow the code and read along..

TODO: Chritian's diagram here (fig 3 from his report). Edit to make corrections.Code Flow:

Here is a simple diagram that shows the flow of data in the code.
Image Added
This is an edited version of the figure originally made by Cristian (thanks for sharing!)

RamCloud.cc -> read()

  • get SessionRef by objectFinder.lookup(): SessionRef is a reference to a Session object on which we send client RPC requests.
  • create an instance of MasterClient - master
  • call read on master

...