diff --git a/docs/FUTURE.md b/docs/FUTURE.md index 59e14dd..83c7611 100644 --- a/docs/FUTURE.md +++ b/docs/FUTURE.md @@ -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 \ No newline at end of file +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