Hi all,
The vote to release Apache bRPC 1.8.0 has passed.
The vote PASSED with 3 binding +1, 2 non binding +1 and no -1 votes:
Binding votes:
- Wang Weibing
- James Ge
- Jiashun Zhu
Non-binding votes:
- Wang Xiaofeng
- Guangming Chen
Vote thread: https://lists.apache.org/thread/429rbfwrjhw230y
Hi all,
The Apache bRPC community is glad to announce the new release
of Apache bRPC 1.8.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 not
ehds commented on PR #2156:
URL: https://github.com/apache/brpc/pull/2156#issuecomment-1926722893
> 另外还有一个疑问是,函数 task_runner 和 tls_task_group 不都是在一个编译单元内吗?为什么是开启lto后才会触发这个问题呢。
不开启 `lto` 也是会有这个问题的,具体跟编译器的类别、版本以及编译参数等有关。具体的话可以通过 llvm-objdump/objdump
工具把可执行的产物 dump 出来,看下 task_runner 函数里面
wwbmmm merged PR #2536:
URL: https://github.com/apache/brpc/pull/2536
--
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.apache.org
F
wwbmmm opened a new pull request, #2536:
URL: https://github.com/apache/brpc/pull/2536
### What problem does this PR solve?
Issue Number:
Problem Summary:
### What is changed and the side effects?
Changed:
Side effects:
- Performance effects(性能影响):
This is an automated email from the ASF dual-hosted git repository.
wwbmmm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git
The following commit(s) were added to refs/heads/master by this push:
new 4caaffc5 Release 1.8.0 (#2536)
4caaffc5 is describ