Comment fiddling

This commit is contained in:
martinsumner 2016-11-07 11:07:12 +00:00
parent 6bf72849bc
commit 079e713e16

View file

@ -15,7 +15,7 @@
%% the value is the metadata of the object including the sequence number
%%
%%
%% -------- The actors ---------
%% -------- Actors ---------
%%
%% The store is fronted by a Bookie, who takes support from different actors:
%% - An Inker who persists new data into the journal, and returns items from
@ -77,7 +77,7 @@
%% GET requests first follow the path of a HEAD request, and if an object is
%% found, then fetch the value from the Journal via the Inker.
%%
%% -------- Snapshots (Key & Metadata Only) --------
%% -------- Snapshots/Clones --------
%%
%% If there is a snapshot request (e.g. to iterate over the keys) the Bookie
%% may request a clone of the Penciller, or the Penciller and the Inker.
@ -92,12 +92,6 @@
%% there are no registered iterators from before the point the file was
%% removed from the manifest.
%%
%% -------- Special Ops --------
%%
%% e.g. Get all for SegmentID/Partition
%% TODO
%%
%%
%% -------- On Startup --------
%%
%% On startup the Bookie must restart both the Inker to load the Journal, and