Re: [VOTE] Release Apache brpc(incubating) 0.9.7-rc01

2019-11-14 Thread Bear Jiang
+1 binding I've checked: - DISCLAIMER exists - NOTICE and LICENSE exist and are correct - source files compile correctly from Mac 10.12 On Thu, Nov 14, 2019 at 10:34 PM James Ge wrote: > +1 binding > > On Thu, Nov 7, 2019 at 7:02 PM tan zhongyi wrote: > > > Ping again。 > > > > > > 在

[GitHub] [incubator-brpc] aericpp opened a new issue #968: https开启双向认证后,SSL Renegotiation功能失效

2019-11-14 Thread GitBox
aericpp opened a new issue #968: https开启双向认证后,SSL Renegotiation功能失效 URL: https://github.com/apache/incubator-brpc/issues/968 **Describe the bug (描述bug)** 在开启https双向认证后,SSL Renegotiation功能失效,客户端无法复用SSL会话。 使用openssl工具测试服务端: #openssl s_client -key nopassword.key -cert user.pem

[GitHub] [incubator-brpc] jamesge commented on issue #208: 后台工作线程在fork后不会再工作

2019-11-14 Thread GitBox
jamesge commented on issue #208: 后台工作线程在fork后不会再工作 URL: https://github.com/apache/incubator-brpc/issues/208#issuecomment-554230841 具体形式是?fork()之后parent exit,child不exec直接继续运行么? This is an automated message from the Apache Git

[GitHub] [incubator-brpc] zygb opened a new issue #967: 使用PartitionChannel如何做WRR负载均衡

2019-11-14 Thread GitBox
zygb opened a new issue #967: 使用PartitionChannel如何做WRR负载均衡 URL: https://github.com/apache/incubator-brpc/issues/967 **Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** PartitionChannel,做分库以后,我还想做分库的WRR算法负载均衡,并且权重可以动态改变。 **Describe the solution you'd like

[GitHub] [incubator-brpc] xmm1989218 commented on issue #208: 后台工作线程在fork后不会再工作

2019-11-14 Thread GitBox
xmm1989218 commented on issue #208: 后台工作线程在fork后不会再工作 URL: https://github.com/apache/incubator-brpc/issues/208#issuecomment-554073251 我demon方式启动服务 This is an automated message from the Apache Git Service. To respond to the

Re: [VOTE] Release Apache brpc(incubating) 0.9.7-rc01

2019-11-14 Thread James Ge
+1 binding On Thu, Nov 7, 2019 at 7:02 PM tan zhongyi wrote: > Ping again。 > > > 在 2019/10/31 上午11:10,“tan zhongyi” 写入: > > Hi, jb & kevin, von > > Can you take a look? Thanks > > > > > 在 2019/10/29 下午2:30,“tan zhongyi” 写入: > > Hi, guys, > > > > 0.9.7-rc01 is ready

[GitHub] [incubator-brpc] jamesge commented on issue #966: Fix thread_local in clang

2019-11-14 Thread GitBox
jamesge commented on issue #966: Fix thread_local in clang URL: https://github.com/apache/incubator-brpc/pull/966#issuecomment-553816645 https://github.com/apache/incubator-brpc/commit/6efb0cff5f30f32437c660cef01c93549cf62679

[GitHub] [incubator-brpc] jamesge commented on issue #966: Fix thread_local in clang

2019-11-14 Thread GitBox
jamesge commented on issue #966: Fix thread_local in clang URL: https://github.com/apache/incubator-brpc/pull/966#issuecomment-553810688 Our travis-ci on clang seems working. Anyway, the definition of "thread_local" is already useless in this repo which turns on C++11 by default. The