[PR] Support timed connect for both bthread and pthread (brpc)

2024-01-28 Thread via GitHub
chenBright opened a new pull request, #2524: URL: https://github.com/apache/brpc/pull/2524 ### What problem does this PR solve? Issue Number: Problem Summary: ### What is changed and the side effects? Changed: connect支持超时功能。 Side effects: - Perform

[PR] Fix: set connected before send stream data (brpc)

2024-01-28 Thread via GitHub
kaijchen opened a new pull request, #2525: URL: https://github.com/apache/brpc/pull/2525 ### What problem does this PR solve? Issue Number: Problem Summary: We have met a problem in Apache Doris where a stream rpc client cannot receive any message (including `on_closed`)

Re: [I] la 负载均衡算法中采样大小能否增加gflags调节 (brpc)

2024-01-28 Thread via GitHub
Huixxi commented on issue #2471: URL: https://github.com/apache/brpc/issues/2471#issuecomment-1913607626 我觉得可以提个PR,现在这个128也是个经验值 -- 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 comme

Oncall report from Jan 15th to Jan 28th

2024-01-28 Thread Xiguo Hu
Hi, all During the last week 3 issues were closed, 3 issues were commented on. - To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org

Re: [PR] span for new bthread (brpc)

2024-01-28 Thread via GitHub
yanglimingcn commented on PR #2519: URL: https://github.com/apache/brpc/pull/2519#issuecomment-1913831481 这个是什么地方单测失败了,看不出来呢?显示不出来呢 -- 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 co

Re: [I] brpc http_c++示例代码修改 server端接收后创建clinet发送数据发现可能存在内存泄露 (brpc)

2024-01-28 Thread via GitHub
chenBright commented on issue #2502: URL: https://github.com/apache/brpc/issues/2502#issuecomment-1913877240 @ike47 按照[文档](https://github.com/apache/brpc/blob/master/docs/cn/heap_profiler.md)指引,直接在内置服务看吧。profile不仅需要profile数据,还需要可行性文件。 -- This is an automated message from the Apac

Re: [I] brpc http_c++示例代码修改 server端接收后创建clinet发送数据发现可能存在内存泄露 (brpc)

2024-01-28 Thread via GitHub
ike47 commented on issue #2502: URL: https://github.com/apache/brpc/issues/2502#issuecomment-1913902391 [heaptxt.zip](https://github.com/apache/brpc/files/14079310/heaptxt.zip) @chenBright 我在内置服务里导出成txt了 -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [I] bthread可以只在特定的pthread_worker上执行吗? (brpc)

2024-01-28 Thread via GitHub
MJY-HUST closed issue #2507: bthread可以只在特定的pthread_worker上执行吗? URL: https://github.com/apache/brpc/issues/2507 -- 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

Re: [I] command_name大于15个字符的时候会被截断 (brpc)

2024-01-28 Thread via GitHub
Divyansh200102 commented on issue #1251: URL: https://github.com/apache/brpc/issues/1251#issuecomment-1913945678 Is this issue still open? @serverglen -- 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 g

[PR] Redis: Support auth command (brpc)

2024-01-28 Thread via GitHub
xiexiaoy opened a new pull request, #2526: URL: https://github.com/apache/brpc/pull/2526 (no comment) -- 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

Re: [PR] Redis: Support auth command (brpc)

2024-01-28 Thread via GitHub
xiexiaoy closed pull request #2526: Redis: Support auth command URL: https://github.com/apache/brpc/pull/2526 -- 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-

Re: [I] brpc http_c++示例代码修改 server端接收后创建clinet发送数据发现可能存在内存泄露 (brpc)

2024-01-28 Thread via GitHub
chenBright commented on issue #2502: URL: https://github.com/apache/brpc/issues/2502#issuecomment-1914024400 heap看着正常。涨的内存会不会缓存在tcmalloc freelist了? -- 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: [I] command_name大于15个字符的时候会被截断 (brpc)

2024-01-28 Thread via GitHub
chenBright commented on issue #1251: URL: https://github.com/apache/brpc/issues/1251#issuecomment-1914041577 The issue still open. Pull request welcome. -- 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

[I] LB切换channel时如何感知并发起应用层握手 (brpc)

2024-01-28 Thread via GitHub
chongg039 opened a new issue, #2527: URL: https://github.com/apache/brpc/issues/2527 **Describe the bug (描述bug)** 请教下,我们的场景是下游配置n个server,client用一致性哈希选择一个server建立连接。期望的动作时在 1. 第一次发起连接请求 2. FO切换连接 时,client首先需要和服务端交互,类似应用层握手,成功后返回状态,此时client才能正常发送数据。 我看了下代码,貌似DynamicParti