Re: [I] GRPC python client can not read big response from BRPC server (brpc)

2024-07-08 Thread via GitHub
dashjay commented on issue #2676: URL: https://github.com/apache/brpc/issues/2676#issuecomment-2213364819 You can easily use command like this to access BRPC server with http proto ``` dd if=/dev/random of=/tmp/test bs=4M count=1 echo "{\"message\": \"$(cat /tmp/test | base64)\"}" >

Re: [I] gdb_bthread_stack.py not work. (brpc)

2024-07-08 Thread via GitHub
GreateCode commented on issue #2674: URL: https://github.com/apache/brpc/issues/2674#issuecomment-2213518207 加了 -- 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 unsubscri

Re: [I] keytable管理问题咨询 (brpc)

2024-07-08 Thread via GitHub
MJY-HUST closed issue #2635: keytable管理问题咨询 URL: https://github.com/apache/brpc/issues/2635 -- 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

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

2024-07-08 Thread via GitHub
chenBright commented on issue #2680: URL: https://github.com/apache/brpc/issues/2680#issuecomment-2213600923 idle机制不能解决这个问题。 可能需要借助tcp_user_timeout(#1154)来断开连接。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [I] gdb_bthread_stack.py not work. (brpc)

2024-07-08 Thread via GitHub
zhaoyulong commented on issue #2674: URL: https://github.com/apache/brpc/issues/2674#issuecomment-2213631980 > 编译的时候加了-g么? 加了 -- 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: [I] server中brpc::StreamWait卡在了thread::TaskGroup::sched_to (brpc)

2024-07-08 Thread via GitHub
GreateCode commented on issue #2680: URL: https://github.com/apache/brpc/issues/2680#issuecomment-2213837811 > tcp_user_timeout brpc目前还没支持tcp_user_timeout吧。 另外brpc::StreamClose也释放不了,对吧。 -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] 链接jemalloc后可能会有死锁的问题 (brpc)

2024-07-08 Thread via GitHub
chenBright commented on issue #859: URL: https://github.com/apache/brpc/issues/859#issuecomment-2216287449 > > 临时解决方式: 设置 bvar_collector_expected_per_second=0 > > 这个什么原理? 相当于关闭采样,不触发content profiler吧。 -- This is an automated message from the Apache Git Service. To respond to

Re: [I] 链接jemalloc后可能会有死锁的问题 (brpc)

2024-07-08 Thread via GitHub
chenBright commented on issue #859: URL: https://github.com/apache/brpc/issues/859#issuecomment-2216297439 @niukuo @lrita 可以使用#2684 看还有没有问题。 -- 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 sp

[I] [E1008]Reached timeout=10000ms (brpc)

2024-07-08 Thread via GitHub
clee01 opened a new issue, #2686: URL: https://github.com/apache/brpc/issues/2686 **Describe the bug (描述bug)** brpc客户端在连接空闲了一段时间后,大约1.5h,再次请求发现会会报这样的错误 `[E1008]Reached timeout=1ms`,大约再过了15分钟后,问题不再出现。 **To Reproduce (复现方法)** brpc客户端在连接空闲了一段时间后,大约1.5h,再次请求发现会会报这样的错误 `[E1008]Re

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

2024-07-08 Thread via GitHub
chenBright commented on issue #2680: URL: https://github.com/apache/brpc/issues/2680#issuecomment-2216710439 > 另外brpc::StreamClose也释放不了,对吧。 可以释放的。 > brpc目前还没支持tcp_user_timeout吧 后续提个PR支持tcp_user_timeout。 -- This is an automated message from the Apache Git Service. T