Re: [I] 求助:卡死问题排查 (brpc)

2024-03-06 Thread via GitHub
chenBright commented on issue #2552: URL: https://github.com/apache/brpc/issues/2552#issuecomment-1980342491 有设置FLAGS_usercode_in_pthread这个gflag吗? -- 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

Re: [I] 在pthread中调用done->Run()是否会存在潜在的bthread调用? (brpc)

2024-03-06 Thread via GitHub
chenBright commented on issue #2549: URL: https://github.com/apache/brpc/issues/2549#issuecomment-1980344874 应该是FLAGS_usercode_in_pthread这个gflag设置吧。 -- 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 t

Re: [I] 在pthread中调用done->Run()是否会存在潜在的bthread调用? (brpc)

2024-03-06 Thread via GitHub
chenBright commented on issue #2549: URL: https://github.com/apache/brpc/issues/2549#issuecomment-1980346149 done->Run()不会等。 -- 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.

Re: [I] 支持自定义 IOBuf Block size (brpc)

2024-03-06 Thread via GitHub
chenBright commented on issue #2555: URL: https://github.com/apache/brpc/issues/2555#issuecomment-1980347417 有验证过性能收益吗? -- 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 u

Re: [I] 求助:卡死问题排查 (brpc)

2024-03-06 Thread via GitHub
yyweii commented on issue #2552: URL: https://github.com/apache/brpc/issues/2552#issuecomment-1980400083 > 有设置FLAGS_usercode_in_pthread这个gflag吗? 没有设置过 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [I] 用户注册的bthread local变量析构函数触发bthread切换引起coredump (brpc)

2024-03-06 Thread via GitHub
zcfh commented on issue #1776: URL: https://github.com/apache/brpc/issues/1776#issuecomment-1980660439 Has this issue been resolved so far? I see that the relevant patch has not been merged yet, and the issue is still open. -- This is an automated message from the Apache Git Service. To r

Re: [I] 求助:卡死问题排查 (brpc)

2024-03-06 Thread via GitHub
chenBright commented on issue #2552: URL: https://github.com/apache/brpc/issues/2552#issuecomment-1981301525 有用BTHREAD_ATTR_PTHREAD启动bthread吗? -- 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

Re: [I] 支持自定义 IOBuf Block size (brpc)

2024-03-06 Thread via GitHub
Superskyyy commented on issue #2555: URL: https://github.com/apache/brpc/issues/2555#issuecomment-1981836072 > 有验证过性能收益吗? 在我们的5MB数据chunk传输场景下性能至少提升了15%,应该主要是copy_to这块加速了,这周我会再测一下。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [I] 求助:卡死问题排查 (brpc)

2024-03-06 Thread via GitHub
TousakaRin commented on issue #2552: URL: https://github.com/apache/brpc/issues/2552#issuecomment-1982154753 @chenBright 既然一直有chan connection创建,可以先尝试确认下这个chan connection是往哪里连的,是不是同一个ip,然后dgb抓出来的两处堆栈,可以想办法trace下每次的锁占用时间。看看是不是有一个地方锁被占用没释放导致的。 -- This is an automated message from the Apache

Re: [I] 支持自定义 IOBuf Block size (brpc)

2024-03-06 Thread via GitHub
Superskyyy commented on issue #2555: URL: https://github.com/apache/brpc/issues/2555#issuecomment-1982298831 这些性能上的测试结果我会过段时间整理好后推到brpc上游的文档里。 -- 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