more
This commit is contained in:
parent
d35126c526
commit
5db2cb42c7
|
@ -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)
|
||||||
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue