提交 5db2cb42 编写于 作者: H Hongze Cheng

more

上级 d35126c5
...@@ -111,7 +111,7 @@ box "dnode3" ...@@ -111,7 +111,7 @@ box "dnode3"
end box end box
' APP send request to dnode and RPC in dnode recv the request ' APP send request to dnode and RPC in dnode recv the request
app ->rpc: create table req app ->rpc: insert data req
' RPC call vnodeProcessReq() function to process the request ' RPC call vnodeProcessReq() function to process the request
rpc -> vnode: vnodeProcessReq rpc -> vnode: vnodeProcessReq
...@@ -152,7 +152,7 @@ sync --> vnode: vnodeApplyReqs()\n(callback function) ...@@ -152,7 +152,7 @@ sync --> vnode: vnodeApplyReqs()\n(callback function)
vnode --> rpc: rpcSendRsp() vnode --> rpc: rpcSendRsp()
' dnode send response to APP ' dnode send response to APP
rpc --> app: create table rsp rpc --> app: insert data rsp
@enduml @enduml
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册