From docs
Post-commit hooks are run after the write has completed successfully. Specifically,the hook function is called by riak_kv_put_fsm immediately before the calling process is notified of the successful write
riak_kv_put_fsm handles the "coordination of Riak PUT requests", so the message commit hook starts on the node coordinator, i.e. node that the client sent put.
sbridges
source share