[GitHub] [incubator-brpc-website] Huixxi commented on issue #104: 修正外部资源引用问题

2022-10-31 Thread GitBox
Huixxi commented on issue #104: URL: https://github.com/apache/incubator-brpc-website/issues/104#issuecomment-1296686794 > Site Check For Podling: https://whimsy.apache.org/pods/project/brpc > > ``` > $ git grep 'www.google-analytics.com' > themes/docsy/assets/vendor/bootstrap/s

[GitHub] [incubator-brpc-website] wwbmmm merged pull request #107: add contribute guide and release guide in community docs

2022-10-31 Thread GitBox
wwbmmm merged PR #107: URL: https://github.com/apache/incubator-brpc-website/pull/107 -- 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...@br

[GitHub] [incubator-brpc-website] Huixxi merged pull request #108: optimize the format of the release guide page

2022-10-31 Thread GitBox
Huixxi merged PR #108: URL: https://github.com/apache/incubator-brpc-website/pull/108 -- 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...@br

Re: [DISCUSS] Graduate Apache brpc (incubating) as a TLP

2022-10-31 Thread Weibing Wang
Thanks, Willem We have added the release guide for the release manager [1] and the manual for the PPMC member and committer vote process [2]. [1] https://brpc.apache.org/docs/community/release/ [2] https://brpc.apache.org/docs/community/committer/ Best regards Weibing On Fri, Oct 28, 2022 at 11:

[GitHub] [incubator-brpc] yyhclimacool opened a new issue, #1978: brpc如何在service mesh环境下实现一致性哈希的负载均衡策略

2022-10-31 Thread GitBox
yyhclimacool opened a new issue, #1978: URL: https://github.com/apache/incubator-brpc/issues/1978 我们的生产环境是基于istio的service mesh,我需要实现一致性hash的负载均衡策略,传输协议我们使用http,这样service mesh可以基于http里的header做一致性hash(比如http的header requestid,每次请求让requestid赋值为本次请求的logid); 这样我的client端protocol需要为http,我如何能定制这样

[GitHub] [incubator-brpc-website] Huixxi commented on issue #100: bRPC下载地址改为https://brpc.apache.org/download前缀

2022-10-31 Thread GitBox
Huixxi commented on issue #100: URL: https://github.com/apache/incubator-brpc-website/issues/100#issuecomment-1297005950 > 直接移到外面感觉左侧没点缀不好看... > > ![Screenshot from 2022-10-29 16-27-59](https://user-images.githubusercontent.com/1237906/198821930-31c5c812-c2fc-4fd3-b5f9-52c33809d5e4.p

[GitHub] [incubator-brpc-website] serverglen merged pull request #109: update content doc community files

2022-10-31 Thread GitBox
serverglen merged PR #109: URL: https://github.com/apache/incubator-brpc-website/pull/109 -- 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..

[GitHub] [incubator-brpc-website] serverglen merged pull request #110: update content doc community committers index.md

2022-10-31 Thread GitBox
serverglen merged PR #110: URL: https://github.com/apache/incubator-brpc-website/pull/110 -- 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..

use bRPC as the project name

2022-10-31 Thread Jerry Tan
It is recommended to use bRPC uniformly in case-sensitive situations, such as various documents; brpc can be used for insensitive occasions, such as domain name and official website brpc.apache.org do you agree?

Re: [DISCUSS] Graduate Apache brpc (incubating) as a TLP

2022-10-31 Thread Jerry Tan
OK,all agreed to move on. I will start the vote now. On 2022/10/28 14:32:18 fisherman wrote: > +1, wait for 5 years > > Jerry Tan 于2022年10月26日周三 17:01写道: > > > Hi, guys, > > > > > > Apache brpc (incubating) has learned and grown much since our > > > > incubation in 2018-11-13. It is almost 4 ye

[VOTE] Graduate Apache bRPC (incubating) as a top level project

2022-10-31 Thread Jerry Tan
Dear Apache bRPC Community, Following the [DISCUSS] thread which has gone 72 hours without any further issues raised [1]: All existing PPMC members agree to stay as PMC members, and we agree that Ge Jun(James Ge)will be the PMC leader. Our mentors vongosling, Panjuan,jbonofre all agreed to s

Re: use bRPC as the project name

2022-10-31 Thread Wang,Weibing
I agree. Best regards Weibing On Mon, Oct 31, 2022 at 11:52 PM Jerry Tan wrote: > > It is recommended to use bRPC uniformly in case-sensitive situations, such > as various documents; > > brpc can be used for insensitive occasions, such as domain name and > official website brpc.apache.org > > do

Re: use bRPC as the project name

2022-10-31 Thread Shuai Liu
I also agree. Best Regards, serverglen Wang,Weibing 于2022年11月1日周二 10:07写道: > I agree. > > Best regards > Weibing > > On Mon, Oct 31, 2022 at 11:52 PM Jerry Tan wrote: > > > > It is recommended to use bRPC uniformly in case-sensitive situations, > such > > as various documents; > > > > brpc ca

Re: use bRPC as the project name

2022-10-31 Thread Hu go
Agree. Best Regards, Xiguo On Tue, Nov 1, 2022 at 10:13 AM Shuai Liu wrote: > > I also agree. > > Best Regards, > serverglen > > > Wang,Weibing 于2022年11月1日周二 10:07写道: > > > I agree. > > > > Best regards > > Weibing > > > > On Mon, Oct 31, 2022 at 11:52 PM Jerry Tan wrote: > > > > > > It is rec

[GitHub] [incubator-brpc] bystorm commented on issue #1945: rdma分支存在内存泄漏问题

2022-10-31 Thread GitBox
bystorm commented on issue #1945: URL: https://github.com/apache/incubator-brpc/issues/1945#issuecomment-1297929369 > 具体是什么类型的polling需求呢?polling也有些副作用。我还在考虑应该怎么去实现更好 现在有一种场景一般都是基于spdk 架构的追求极致时延与极致吞吐的存储产品。最终目标希望所有流程都在一个线程完成,发起和收割都在一个线程完成是最好的。 -- This is an automated message from the

Re: use bRPC as the project name

2022-10-31 Thread Lorin Lee
+1 Best Regards, Lorin Lee Hu go 于2022年11月1日周二 10:17写道: > > Agree. > > Best Regards, > Xiguo > > On Tue, Nov 1, 2022 at 10:13 AM Shuai Liu wrote: > > > > I also agree. > > > > Best Regards, > > serverglen > > > > > > Wang,Weibing 于2022年11月1日周二 10:07写道: > > > > > I agree. > > > > > > Best regar

[GitHub] [incubator-brpc] wwbmmm closed issue #1976: 请问在使用single这种连接方式时,如何限制服务端的最大连接数

2022-10-31 Thread GitBox
wwbmmm closed issue #1976: 请问在使用single这种连接方式时,如何限制服务端的最大连接数 URL: https://github.com/apache/incubator-brpc/issues/1976 -- 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 unsubsc

[GitHub] [incubator-brpc] vinllen opened a new issue, #1979: brpc申请8k导致tcmalloc出core

2022-10-31 Thread GitBox
vinllen opened a new issue, #1979: URL: https://github.com/apache/incubator-brpc/issues/1979 **Describe the bug (描述bug)** core栈: ``` (gdb) bt #0 SLL_Next (t=0xe0003800) at infra-cpp-thirdparty/gperftools-27/src/linked_list.h:69 #1 SLL_TryPop (rv=, list=0x31b1dc0) at

Re: [VOTE] Graduate Apache bRPC (incubating) as a top level project

2022-10-31 Thread Weibing Wang
+1 (binding) Best regards Weibing On Tue, Nov 1, 2022 at 9:43 AM Jerry Tan wrote: > > Dear Apache bRPC Community, > > > Following the [DISCUSS] thread which has gone 72 hours without any > > further issues raised [1]: > > > All existing PPMC members agree to stay as PMC members, > > and we agree

Re: [VOTE] Graduate Apache bRPC (incubating) as a top level project

2022-10-31 Thread Shuai Liu
+1 (non-binding) Best Regards, serverglen Jerry Tan 于2022年11月1日周二 09:43写道: > Dear Apache bRPC Community, > > > Following the [DISCUSS] thread which has gone 72 hours without any > > further issues raised [1]: > > > All existing PPMC members agree to stay as PMC members, > > and we agree that G

Re: [VOTE] Graduate Apache bRPC (incubating) as a top level project

2022-10-31 Thread Lorin Lee
+1 (binding) Best Regards, Lorin Lee Shuai Liu 于2022年11月1日周二 10:47写道: > > +1 (non-binding) > > Best Regards, > serverglen > > > Jerry Tan 于2022年11月1日周二 09:43写道: > > > Dear Apache bRPC Community, > > > > > > Following the [DISCUSS] thread which has gone 72 hours without any > > > > further issue

Re: [VOTE] Graduate Apache bRPC (incubating) as a top level project

2022-10-31 Thread lhestz
+1 (binding) Best regards, Lei He -- helei.si...@bytedance.com - To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org

Re: [VOTE] Graduate Apache bRPC (incubating) as a top level project

2022-10-31 Thread Hu go
+1 (non-binding) Best Regards, Xiguo On Tue, Nov 1, 2022 at 11:11 AM lhestz wrote: > > +1 (binding) > > Best regards, > Lei He > -- > helei.si...@bytedance.com > > > > > - > To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.or

Re: [VOTE] Graduate Apache bRPC (incubating) as a top level project

2022-10-31 Thread Xiaofeng
+1(non-binding) Hu go 于 2022年11月1日周二 11:33写道: > +1 (non-binding) > > Best Regards, > Xiguo > > On Tue, Nov 1, 2022 at 11:11 AM lhestz wrote: > > > > +1 (binding) > > > > Best regards, > > Lei He > > -- > > helei.si...@bytedance.com > > > > > > > > > > ---

Re: [VOTE] Graduate Apache bRPC (incubating) as a top level project

2022-10-31 Thread Wang Wei
+1 (non-binding) Best Regards, Wangwei On Tue, Nov 1, 2022 at 12:46 PM Xiaofeng wrote: > +1(non-binding) > > Hu go 于 2022年11月1日周二 11:33写道: > > > +1 (non-binding) > > > > Best Regards, > > Xiguo > > > > On Tue, Nov 1, 2022 at 11:11 AM lhestz wrote: > > > > > > +1 (binding) > > > > > > Best reg

[GitHub] [incubator-brpc-website] serverglen merged pull request #111: update content doc overview

2022-10-31 Thread GitBox
serverglen merged PR #111: URL: https://github.com/apache/incubator-brpc-website/pull/111 -- 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..

[GitHub] [incubator-brpc-website] serverglen merged pull request #112: update content sourcecodes doc

2022-10-31 Thread GitBox
serverglen merged PR #112: URL: https://github.com/apache/incubator-brpc-website/pull/112 -- 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..

[GitHub] [incubator-brpc-website] serverglen commented on issue #100: bRPC下载地址改为https://brpc.apache.org/download前缀

2022-10-31 Thread GitBox
serverglen commented on issue #100: URL: https://github.com/apache/incubator-brpc-website/issues/100#issuecomment-1298064177 要不保持现状 -- 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 c