Re: Sent brpc 1.3.0 vote mail to Apache Incubator Community

2022-10-16 Thread Jerry Tan
cool, please go on. On 2022/10/17 02:42:45 Xiguo Hu wrote: > Hi all, > I've sent our brpc 1.3.0 vote mail to apache incubator community, and > got one non-binding +1 from Chao Zhang. Check the mail thread: > https://lists.apache.org/thread/hxsd1h0j0py6xrgn1twhvyxwlyr75dnv for > more detail. > >

[GitHub] [incubator-brpc] chenbay commented on pull request #1928: limiting max bytes in stream comsume queue with the same host socket

2022-10-16 Thread GitBox
chenbay commented on PR #1928: URL: https://github.com/apache/incubator-brpc/pull/1928#issuecomment-1280372831 > @chenbay Could you describe the use case of these new options? @wwbmmm 两个节点间多个streams protocol通过一个socket连接传输数据,handler里消费速度跟不上,数据堆积在_consumer_queue里,因为streams数量我们使用的没法限制,

[GitHub] [incubator-brpc] chenbay commented on a diff in pull request #1928: limiting max bytes in stream comsume queue with the same host socket

2022-10-16 Thread GitBox
chenbay commented on code in PR #1928: URL: https://github.com/apache/incubator-brpc/pull/1928#discussion_r996664901 ## src/brpc/stream.h: ## @@ -49,12 +49,18 @@ class StreamInputHandler { struct StreamOptions { StreamOptions() -: max_buf_size(2 * 1024 * 1024) +

[GitHub] [incubator-brpc] chenbay commented on a diff in pull request #1928: limiting max bytes in stream comsume queue with the same host socket

2022-10-16 Thread GitBox
chenbay commented on code in PR #1928: URL: https://github.com/apache/incubator-brpc/pull/1928#discussion_r996664232 ## src/brpc/stream.h: ## @@ -49,12 +49,18 @@ class StreamInputHandler { struct StreamOptions { StreamOptions() -: max_buf_size(2 * 1024 * 1024) +

Re: [Result] [VOTE] Release Apache brpc (Incubating) 1.3.0

2022-10-16 Thread Shuai Liu
Thanks xiguo Best Regards, serverglen Jerry Tan 于2022年10月16日周日 10:49写道: > cool > > On 2022/10/15 12:57:07 Xiguo Hu wrote: > > Hi all, > > > > The vote to release Apache brpc (Incubating) 1.3.0 has passed. > > > > The vote PASSED with 4 binding +1, 1 non binding +1 and no -1 votes: > > > > Bind

Re: Sent brpc 1.3.0 vote mail to Apache Incubator Community

2022-10-16 Thread Shuai Liu
Good job Best Regards, serverglen Xiguo Hu 于2022年10月17日周一 10:43写道: > Hi all, > I've sent our brpc 1.3.0 vote mail to apache incubator community, and > got one non-binding +1 from Chao Zhang. Check the mail thread: > https://lists.apache.org/thread/hxsd1h0j0py6xrgn1twhvyxwlyr75dnv for > more d

Sent brpc 1.3.0 vote mail to Apache Incubator Community

2022-10-16 Thread Xiguo Hu
Hi all, I've sent our brpc 1.3.0 vote mail to apache incubator community, and got one non-binding +1 from Chao Zhang. Check the mail thread: https://lists.apache.org/thread/hxsd1h0j0py6xrgn1twhvyxwlyr75dnv for more detail. Regards, Xiguo --

[incubator-brpc] branch master updated: docs: fix some typos

2022-10-16 Thread jiashunzhu
This is an automated email from the ASF dual-hosted git repository. jiashunzhu 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 8b3a7cd6 docs: fix some typos n

[GitHub] [incubator-brpc] zyearn merged pull request #1954: docs: fix some typos

2022-10-16 Thread GitBox
zyearn merged PR #1954: URL: https://github.com/apache/incubator-brpc/pull/1954 -- 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.apa

[GitHub] [incubator-brpc] wasphin opened a new pull request, #1955: rpm: support RHEL 9

2022-10-16 Thread GitBox
wasphin opened a new pull request, #1955: URL: https://github.com/apache/incubator-brpc/pull/1955 ### What problem does this PR solve? Issue Number: Problem Summary: Support to build rpm under RHEL9, tested for x86_64 and aarch64, details can be found here at: https://c