[GitHub] [incubator-brpc] liujianhua2016 opened a new issue, #1911: hostname2endpoint函数对域名提取可能不正确

2022-08-28 Thread GitBox
liujianhua2016 opened a new issue, #1911: URL: https://github.com/apache/incubator-brpc/issues/1911 **Describe the bug (描述bug)** 在butil/endpoint.cpp文件 hostname2endpoint函数中,对域名进行提取时,如果域名长度是恰好是63个字符时, 函数会进入这个if判断 if (i == sizeof(buf) - 1) { return -1; } 导致函数提前退出返回错误

[incubator-brpc] branch master updated: fix rpc_replay can't send request equably (#1910)

2022-08-28 Thread wwbmmm
This is an automated email from the ASF dual-hosted git repository. wwbmmm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git The following commit(s) were added to refs/heads/master by this push: new d0b71ffc fix rpc_replay can't send

[GitHub] [incubator-brpc] wwbmmm merged pull request #1910: fix rpc_replay can't send request equably

2022-08-28 Thread GitBox
wwbmmm merged PR #1910: URL: https://github.com/apache/incubator-brpc/pull/1910 -- 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: Oncall report from Aug 22nd to Aug 28th

2022-08-28 Thread Shuai Liu
great Best Regards, serverglen Jiashun Zhu 于2022年8月29日周一 04:36写道: > Hi, > > Several PRs were merged last week. Here is the list if you are interested. > > * https://github.com/apache/incubator-brpc/pull/1901 > * https://github.com/apache/incubator-brpc/pull/1902 > *

Oncall report from Aug 22nd to Aug 28th

2022-08-28 Thread Jiashun Zhu
Hi, Several PRs were merged last week. Here is the list if you are interested. * https://github.com/apache/incubator-brpc/pull/1901 * https://github.com/apache/incubator-brpc/pull/1902 * https://github.com/apache/incubator-brpc/pull/1905 * https://github.com/apache/incubator-brpc/pull/1909

[GitHub] [incubator-brpc] bumingchun opened a new pull request, #1910: fix rpc_replay can't send request equably

2022-08-28 Thread GitBox
bumingchun opened a new pull request, #1910: URL: https://github.com/apache/incubator-brpc/pull/1910 修复rpc_replay长时间压测,压力趋于不均匀的问题。该问题和rpc_press中已修复的问题相同,参见#1763 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-brpc] branch master updated: Fix override issue in pb 3.21

2022-08-28 Thread guodong
This is an automated email from the ASF dual-hosted git repository. guodong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git The following commit(s) were added to refs/heads/master by this push: new 5016afe9 Fix override issue in pb 3.21

[GitHub] [incubator-brpc] guodongxiaren merged pull request #1909: Fix override issue in pb 3.21

2022-08-28 Thread GitBox
guodongxiaren merged PR #1909: URL: https://github.com/apache/incubator-brpc/pull/1909 -- 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:

[GitHub] [incubator-brpc] guodongxiaren closed pull request #1908: 解决protobuf 3.21编译失败的问题

2022-08-28 Thread GitBox
guodongxiaren closed pull request #1908: 解决protobuf 3.21编译失败的问题 URL: https://github.com/apache/incubator-brpc/pull/1908 -- 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

[GitHub] [incubator-brpc] guodongxiaren closed pull request #1908: 解决protobuf 3.21编译失败的问题

2022-08-28 Thread GitBox
guodongxiaren closed pull request #1908: 解决protobuf 3.21编译失败的问题 URL: https://github.com/apache/incubator-brpc/pull/1908 -- 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

[GitHub] [incubator-brpc] guodongxiaren opened a new pull request, #1908: 解决protobuf 3.21编译失败的问题

2022-08-28 Thread GitBox
guodongxiaren opened a new pull request, #1908: URL: https://github.com/apache/incubator-brpc/pull/1908 当前master编译失败: >./src/brpc/redis.h:115:60: error: only virtual member functions can be marked 'override' void CopyFrom(const ::google::protobuf::Message& from) override;