Re: Cannot find successful vote for brpc 0.9.6

2021-11-24 Thread tan zhongyi
Ok,I will fire a service ticket to track this 在 2021/11/24 下午6:25,“sebb” 写入: You will need to ask Infra to do this On Wed, 24 Nov 2021 at 03:03, tan zhongyi wrote: > > Just confirmed with the team. > > > > 0.9.6 is our first internal release, but it did not go

[GitHub] [incubator-brpc] chenzhangyi commented on a change in pull request #1611: Implement streaming lz4 compession

2021-11-24 Thread GitBox
chenzhangyi commented on a change in pull request #1611: URL: https://github.com/apache/incubator-brpc/pull/1611#discussion_r756563100 ## File path: src/brpc/policy/lz4_compress.cpp ## @@ -0,0 +1,141 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [incubator-brpc] emmettwu commented on pull request #1611: Implement streaming lz4 compession

2021-11-24 Thread GitBox
emmettwu commented on pull request #1611: URL: https://github.com/apache/incubator-brpc/pull/1611#issuecomment-978815237 本地Makefile编译没问题,travis-ci编译不过。 -- 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

[GitHub] [incubator-brpc] emmettwu closed pull request #1611: Implement streaming lz4 compession

2021-11-24 Thread GitBox
emmettwu closed pull request #1611: URL: https://github.com/apache/incubator-brpc/pull/1611 -- 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] nwuking opened a new issue #1614: 使用bthread_mutex_t,unique_lock,出现死锁

2021-11-24 Thread GitBox
nwuking opened a new issue #1614: URL: https://github.com/apache/incubator-brpc/issues/1614 **Describe the bug (描述bug)** 两个线程通信,unique_lock lock后,bthread::ConditionVariable _cond wait()的时候,就锁住了,另一个线程也获取不到lock。 有时候出现 ,deadlock 那个提示出现了 我的逻辑是没问题的,自己封装了一个,没出现问题 **To

Re: Cannot find successful vote for brpc 0.9.6

2021-11-24 Thread sebb
You will need to ask Infra to do this On Wed, 24 Nov 2021 at 03:03, tan zhongyi wrote: > > Just confirmed with the team. > > > > 0.9.6 is our first internal release, but it did not go through the vote > process in the general@incubator mail list. > > We want to delete it, but don’t know how to

[GitHub] [incubator-brpc] steven-66 opened a new pull request #1612: Create bvar_c++.md under docs/en

2021-11-24 Thread GitBox
steven-66 opened a new pull request #1612: URL: https://github.com/apache/incubator-brpc/pull/1612 add english version of bvar_c++.md -- 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