Re: [I] brpc退出时卡死 (brpc)

2024-07-02 Thread via GitHub
TousakaRin closed issue #2665: brpc退出时卡死 URL: https://github.com/apache/brpc/issues/2665 -- 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 comment. To unsubscribe, e-mail: dev-unsubscr...

Re: [I] server 端通过channel 访问其他服务,内存持续缓慢上涨,疑似内存泄漏 (brpc)

2024-07-02 Thread via GitHub
qhren closed issue #2633: server 端通过channel 访问其他服务,内存持续缓慢上涨,疑似内存泄漏 URL: https://github.com/apache/brpc/issues/2633 -- 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 comment. To unsubscrib

Re: [I] backup request可以支持下游错误率高于一定阈值时不生效吗? (brpc)

2024-07-02 Thread via GitHub
icexin commented on issue #2668: URL: https://github.com/apache/brpc/issues/2668#issuecomment-2205038609 > 我们是对backuprequest做了优化处理,只允许x%的请求发起backuprequest,并且backuprequest的阈值不是固定值,而是跟随延时的P99或者P95一起波动 有代码吗?这个需求挺常见的 -- This is an automated message from the Apache Git Service. To respo

[I] GRPC python client can not read big response from brpc server (brpc)

2024-07-02 Thread via GitHub
dashjay opened a new issue, #2676: URL: https://github.com/apache/brpc/issues/2676 **Describe the bug (描述bug)** When server response a big value(more than 4096K), client will get error or hanging. **To Reproduce (复现方法)** I edited the example echo client/server, client send 8

Re: [PR] remove old rpcz directory even if program crash (brpc)

2024-07-02 Thread via GitHub
yanglimingcn merged PR #2610: URL: https://github.com/apache/brpc/pull/2610 -- 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 comment. To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.

(brpc) 01/01: Merge pull request #2610 from yanglimingcn/bugfix/remove_old_rpcz_directory

2024-07-02 Thread yangliming
This is an automated email from the ASF dual-hosted git repository. yangliming pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brpc.git commit 81ae605d00e0eba6ad09eba5024edfd36e2b078a Merge: f12bc52a 5864de63 Author: Yang,Liming AuthorDate: Wed Jul 3 13:17:02 2

(brpc) branch master updated (f12bc52a -> 81ae605d)

2024-07-02 Thread yangliming
This is an automated email from the ASF dual-hosted git repository. yangliming pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/brpc.git from f12bc52a socket: fix potential double close (#2663) add be22f1c8 remove old rpcz directory even if program cras