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 06259458 Disable CondTest.too_many_bthreads_from_b
wwbmmm commented on code in PR #2938:
URL: https://github.com/apache/brpc/pull/2938#discussion_r2030032623
##
src/brpc/stream_impl.h:
##
@@ -134,6 +134,7 @@ friend struct butil::DefaultDeleter;
butil::IOBuf *_pending_buf;
int64_t _start_idle_timer_us;
bthread_time
wwbmmm merged PR #2940:
URL: https://github.com/apache/brpc/pull/2940
--
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
chenBright commented on issue #1595:
URL: https://github.com/apache/brpc/issues/1595#issuecomment-2765045694
#2751 已经支持Arena。
--
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.
yufeixu-sohu commented on issue #2912:
URL: https://github.com/apache/brpc/issues/2912#issuecomment-2768409656
如何解决呢?
--
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 uns
namelij commented on issue #2927:
URL: https://github.com/apache/brpc/issues/2927#issuecomment-2774164018
> 用cpu profiler分析看看
请教个问题,我们这个 是入口服务,即用brpc实现的server,又有 client对外请求
是不是可以 在服务层面增加增加措施,如果服务扛不住了,可以不再处理后续请求,这块有什么好的建议么
--
This is an automated message from the Apache Git Se
ligangbin117 commented on issue #2685:
URL: https://github.com/apache/brpc/issues/2685#issuecomment-2774125041
> [#2727](https://github.com/apache/brpc/pull/2727)
支持使用`NO_PTHREAD_MUTEX_HOOK`关闭hook
使用NO_PTHREAD_MUTEX_HOOK关闭后是没有问题的,和https://github.com/apache/brpc/issues/2266
这个效果应该是一样
This is an automated email from the ASF dual-hosted git repository.
lorinlee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git
from f44f803a Fix asan switch fiber with error stack info (#2931)
add b38ffa42 jemalloc profiler support objects
GreateCode commented on issue #2849:
URL: https://github.com/apache/brpc/issues/2849#issuecomment-2771834592
类似go的 steal half是不是更好一些
--
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
chenBright closed issue #1556: brpc streaming 自动切分大消息讨论/ brpc streaming auto
cutting big message
URL: https://github.com/apache/brpc/issues/1556
--
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 s
chenBright commented on PR #2934:
URL: https://github.com/apache/brpc/pull/2934#issuecomment-2774692274
> 是否可以在访问tls_bls变量时使用 BAIDU_GET_VOLATILE_THREAD_LOCAL宏?这种方法应该更通用一些
+1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
wwbmmm commented on PR #2921:
URL: https://github.com/apache/brpc/pull/2921#issuecomment-2742845240
LGTM
--
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-m
This is an automated email from the ASF dual-hosted git repository.
guangmingchen 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 da4e33a6 Support a more safe read function
zcfh commented on PR #2918:
URL: https://github.com/apache/brpc/pull/2918#issuecomment-2732058034
> 为什么不使用 BAIDU_GET_VOLATILE_THREAD_LOCAL 宏的方式?
这里我的考虑是,使用 BAIDU_GET_VOLATILE_THREAD_LOCAL 的方式,在非LTO模式下,多了一次函数调用。
只要让它在LTO模式下不inline,那编译器就不会去做优化,**这样改动更小些**。其他地方因为在一个函数内,会多次访问tls_task_g
wwbmmm commented on PR #2928:
URL: https://github.com/apache/brpc/pull/2928#issuecomment-2761137230
LGTM
--
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-m
InternetofThingsprogrammer commented on issue #2939:
URL: https://github.com/apache/brpc/issues/2939#issuecomment-2780706358
> 为啥测试还能失败呀??? ./test/bthread_fd_unittest Running main() from gtest_main.cc
[==] Running 13 tests from 1 test case. [--] Global test
environment set-u
chenBright commented on PR #2934:
URL: https://github.com/apache/brpc/pull/2934#issuecomment-2774694603
master已经修复了ci中cmake的问题,麻烦rebase一下。@BiteThet
--
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 g
chenBright opened a new pull request, #2940:
URL: https://github.com/apache/brpc/pull/2940
### What problem does this PR solve?
Issue Number:
Problem Summary:
### What is changed and the side effects?
Changed:
Side effects:
- Performance effects(性能影响):
InternetofThingsprogrammer commented on issue #2939:
URL: https://github.com/apache/brpc/issues/2939#issuecomment-2780660433
为啥测试还能失败呀???
./test/bthread_fd_unittest
Running main() from gtest_main.cc
[==] Running 13 tests from 1 test case.
[--] Global test environm
This is an automated email from the ASF dual-hosted git repository.
lorinlee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git
commit 985569728a5d4f691ca6b7517f66f33e5789942f
Merge: f44f803a b38ffa42
Author: LorinLee
AuthorDate: Thu Apr 3 22:36:59 2025 +
GreateCode opened a new pull request, #2929:
URL: https://github.com/apache/brpc/pull/2929
### What problem does this PR solve?
Issue Number:
Problem Summary:
1. 重置采样率还会继续采样,不应设置FLAGS_je_prof_active=false。
2. 想看到内存对象数,而不只是大小。
### What is changed and the side eff
wwbmmm commented on code in PR #2923:
URL: https://github.com/apache/brpc/pull/2923#discussion_r2007244682
##
src/brpc/policy/auto_concurrency_limiter.cpp:
##
@@ -134,6 +134,8 @@ int AutoConcurrencyLimiter::MaxConcurrency() {
return _max_concurrency;
}
+int AutoConcurren
zcfh commented on PR #2918:
URL: https://github.com/apache/brpc/pull/2918#issuecomment-2742685114
还有几个问题请教下。
1. 还会有其他类似的场景吗?实现是在cpp里,只是非LTO模式下,不触发这个问题。
2. 这个pr的合入后续还需要我这里做什么吗?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
chenBright commented on PR #2931:
URL: https://github.com/apache/brpc/pull/2931#issuecomment-2767962165
@BusyJay CC
--
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 unsub
imdouyu commented on issue #2922:
URL: https://github.com/apache/brpc/issues/2922#issuecomment-2740531562
> 这个栈不太能说明是bRPC的问题,你可以把client的处理逻辑先屏蔽掉吗?然后试试?复现的概率大吗?
在我们的场景中比较容易复现,我试试构造一个可复现的mini example
--
This is an automated message from the Apache Git Service.
To respond to the messag
chenBright commented on PR #2177:
URL: https://github.com/apache/brpc/pull/2177#issuecomment-2761972312
> @Huixxi 能给解释一下,当前的代码是因为bug还是因为设计上导致的E112无法恢复吗?想知道根音,然后目前的方案是解决设计问题,还是做一个兜底。
我计较好奇“E112无法恢复”的原因。我理解上“E112无法恢复”有两种场景:
1. 健康检查一直失败;
2. E112后经健康检查恢复后,又出现E112,一直反复。
--
This is
chenBright closed issue #2617: brpc可以支持预连接吗
URL: https://github.com/apache/brpc/issues/2617
--
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
chenBright merged PR #2898:
URL: https://github.com/apache/brpc/pull/2898
--
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.or
28 matches
Mail list logo