commit
4fbf914ad3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue