[PR] support bthread primitive cross different worker pools (brpc)

2024-02-28 Thread via GitHub
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(性能影响):

Re: [PR] bthread task group add tag (brpc)

2024-02-28 Thread via GitHub
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

Re: [PR] support bthread primitive cross different worker pools (brpc)

2024-02-28 Thread via GitHub
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

Re: [PR] fix ssl state exception coredump (brpc)

2024-02-28 Thread via GitHub
pavel2003 commented on PR #1814: URL: https://github.com/apache/brpc/pull/1814#issuecomment-1970525763 我们有个环境也有类似的问题,但是我们没有使用nameservice,channel都是ip port直接连接的,这个会是什么问题 @chenBright ![](https://file.tapd.woa.com/tfl/captures/2023-09/tapd_20407842_base64_1694057414_892.png)

Re: [PR] fix ssl state exception coredump (brpc)

2024-02-28 Thread via GitHub
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

Re: [PR] fix ssl state exception coredump (brpc)

2024-02-28 Thread via GitHub
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