yanglimingcn opened a new pull request, #2551:
URL: https://github.com/apache/brpc/pull/2551
### What problem does this PR solve?
Issue Number:
Problem Summary:
### What is changed and the side effects?
Changed:
Side effects:
- Performance effects(性能影响):
yanglimingcn commented on PR #2358:
URL: https://github.com/apache/brpc/pull/2358#issuecomment-1968576982
https://github.com/apache/brpc/pull/2551
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
yanglimingcn commented on PR #2551:
URL: https://github.com/apache/brpc/pull/2551#issuecomment-1970341448
@wwbmmm 这个PR有一个点没有处理到
int TaskGroup::interrupt(bthread_t tid, TaskControl* c) 这个函数里面在sleep_id !=
0,这部分,因为无法拿到tid原来的执行上下文信息,所以没有办法得到正确的tag分组。你看这块怎么处理合适呢?
--
This is an automated mes
pavel2003 commented on PR #1814:
URL: https://github.com/apache/brpc/pull/1814#issuecomment-1970525763
我们有个环境也有类似的问题,但是我们没有使用nameservice,channel都是ip port直接连接的,这个会是什么问题
@chenBright

pavel2003 commented on PR #1814:
URL: https://github.com/apache/brpc/pull/1814#issuecomment-1970526984
![Uploading fff.png…]()
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific com
chenBright commented on PR #1814:
URL: https://github.com/apache/brpc/pull/1814#issuecomment-1970552708
用ip:port直连,也是会有同样问题的。你们的brpc已经带上这个patch了吗?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to