Merge pull request #36 from binarytemple-bet365/patch-1

typo
This commit is contained in:
Martin Sumner 2017-02-28 17:37:21 +00:00 committed by GitHub
commit 4fbf914ad3

View file

@ -80,7 +80,7 @@ Description:
In standard Riak the Riak node that receives a GET request starts a riak_kv_get_fsm to handle that request. This FSM goes through the following primary states:
- prepare (get preflists etc)
- valiidate (make sure there is sufficient vnode availability to handle the request)
- validate (make sure there is sufficient vnode availability to handle the request)
- execute (send the GET request to n vnodes)
- waiting_vnode_r (loop waiting for the response from r vnodes, every time a response is received check if enough vnodes have responded, and then either finalise a response or wait for more)
- waiting_read_repair (read repair if a responding vnode is out of date)
@ -116,4 +116,4 @@ This branch changes the behaviour slightly at the non-coordinating vnodes. Thes
This should save two object fetches (where n=3) in most circumstances.
Note, although the branch name refers to the put fsm - the actual fsm is unchanged by this, all of the changes are within vnode_put
Note, although the branch name refers to the put fsm - the actual fsm is unchanged by this, all of the changes are within vnode_put