triump2020
triump2020
希望把调用链数据收集起来,且能够图形化展示?
在函数 `ServantProxy::invoke` 中,将请求消息msg 放入 pReq 中, 并没有加锁,这里**表面上**看可能会与客户端网络线程产生data race . 但后面有一个 `msg->pObjectProxy->getCommunicatorEpoll()->notify(pSptd->_reqQNo);` 保证了Release 语义; 而客户端网络线程中中的epoll_wait 保证了Acquire 语义. 请问:我理解的对么?
## What type of PR is this? - [ ] API-change - [ ] BUG - [ x] Improvement - [ ] Documentation - [ ] Feature - [ ]...
1. fix snapshot read bug : parttion state's start ts not be updated correctly in some cornner case. Approved by: @XuPeng-SH ## What type of PR is this? - [...
## What type of PR is this? - [ ] API-change - [x ] BUG - [ ] Improvement - [ ] Documentation - [ ] Feature - [ ]...