Re: [I] 怀疑DynamicPartitionChannel+backup_request配合使用不再选择优先返回的下游了? (brpc)

2024-07-04 Thread via GitHub
yangkangka commented on issue #945: URL: https://github.com/apache/brpc/issues/945#issuecomment-2208385094 请求了10个sub_req,有1个触发重试,返回了11个sub_res -- 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

[I] server中brpc::StreamWait卡在了thread::TaskGroup::sched_to (brpc)

2024-07-04 Thread via GitHub
GreateCode opened a new issue, #2680: URL: https://github.com/apache/brpc/issues/2680 **Describe the bug (描述bug)** server给client端发送几十个G的数据,期间client挂。 StreamWait的due_time设置的是100ms(是错的,应该是时间点),但也不应该卡住吧。 client挂和StreamWait卡住先后顺序不确定。 栈信息如图,请大佬帮忙看看是什么原因。 ` while(1) {

Re: [I] server中brpc::StreamWait卡在了thread::TaskGroup::sched_to (brpc)

2024-07-04 Thread via GitHub
GreateCode commented on issue #2680: URL: https://github.com/apache/brpc/issues/2680#issuecomment-2208702573 @chenBright @wwbmmm 大佬~ -- 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

Re: [PR] fix bug: switch between stream_rpc and baidu_std (brpc)

2024-07-04 Thread via GitHub
howarle commented on PR #2678: URL: https://github.com/apache/brpc/pull/2678#issuecomment-2209903783 这个似乎是UT的概率fail问题,main上的UT也是fail的 -- 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

[I] Questions about idle_timeout_sec of server (brpc)

2024-07-04 Thread via GitHub
BiteThet opened a new issue, #2681: URL: https://github.com/apache/brpc/issues/2681 If the server side executes a rpc request for more than idle_timeout_sec, and the connection does not transmit any other rpc during this period, will the connection be closed in this case, causing the rp