来自文档
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
Run Code Online (Sandbox Code Playgroud)
riak_kv_put_fsm处理“Riak PUT 请求的协调”,因此提交后挂钩在协调节点上运行,即客户端将 put 发送到的节点。