utopia9527 opened a new issue, #2810: URL: https://github.com/apache/brpc/issues/2810
问题背景: 当前服务端作为api入口,将http 请求进行转发,但是当qps 逐步上粘后, 服务 channel.CallMethod 出现错(E1010]HTTP/1.1 500 Internal Server Error),被调用方服务是正常的,观察到服务端 bthread_worker_usage的数量并没有上涨,保持数量为1 疑问点: 是进行了bthread 切换到 pthread 的操作么, 这种问题应该怎么定位 尝试: 尝试了在进行rpc 调用前输出bthread_id 和 pthread_id 不是相同的bthread 和 pthread -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org