[PR] Release 1.9.0 (brpc)

2024-04-25 Thread via GitHub
serverglen opened a new pull request, #2616: URL: https://github.com/apache/brpc/pull/2616 ### What problem does this PR solve? Issue Number: Problem Summary: ### What is changed and the side effects? Changed: Side effects: - Performance effects(性能影响):

[ANNOUNCE] Apache bRPC 1.9.0 released

2024-04-25 Thread Shuai Liu
Hi all, The Apache bRPC community is glad to announce the new release of Apache bRPC 1.9.0. Apache bRPC is an Industrial-grade RPC framework using C++ Language, which is often used in high performance systems such as Search, Storage, Machine learning, Advertisement, Recommendation etc. Brief

[RESULT] [VOTE] Release Apache bRPC 1.9.0

2024-04-25 Thread Shuai Liu
Hi all, The vote to release Apache bRPC 1.9.0 has passed. The vote PASSED with 3 binding +1, 1 non binding +1 and no -1 votes: Binding votes: - Wang Weibing - Jiashun Zhu - James Ge Non-binding votes: - Guangming Chen Vote thread:

[I] v1.8 配置参数 (brpc)

2024-04-25 Thread via GitHub
haoxiaokun opened a new issue, #2615: URL: https://github.com/apache/brpc/issues/2615 请问文档是不是跟1.8不匹配,如何使用set_response_compress_type,参数set_response_compress_type(brpc::CompressTypeZlib);编译不过去,还有[max_body_size]怎么设置,brpc::ServerOptions options;没有此参数。有交流群吗 -- This is an automated

[PR] Fix incorrect core file in run_tests.sh (brpc)

2024-04-25 Thread via GitHub
chenBright opened a new pull request, #2614: URL: https://github.com/apache/brpc/pull/2614 ### What problem does this PR solve? Issue Number: https://github.com/apache/brpc/blob/6a335aa8bc713768aaa4dfcc5b1b2b66fe64e7a8/test/run_tests.sh#L37-L44

[PR] Fix max concurrency of thrift protocol and nshead protocol (brpc)

2024-04-25 Thread via GitHub
chenBright opened a new pull request, #2613: URL: https://github.com/apache/brpc/pull/2613 ### What problem does this PR solve? Issue Number: Problem Summary: ### What is changed and the side effects? Changed: Side effects: - Performance effects(性能影响):

Re: [I] [question] wait_for_butex 还是有可能会让正在执行的pthread陷入内核? (brpc)

2024-04-25 Thread via GitHub
ilixiaocui commented on issue #2598: URL: https://github.com/apache/brpc/issues/2598#issuecomment-2076568387 > 这里想表达的是: 如果一个bthread阻塞在butex上,它会被添加到butex的等待队列,不论它将要等待多久,这个pthread在操作完之后都可以立即去继续执行其他bthread,反之如果阻塞在mutex上,这个就需要等待mutex被释放之后才能继续执行其他bthread。前面的case pthread