apache / brpc

brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
https://brpc.apache.org
Apache License 2.0
16.04k stars 3.92k forks source link

Add debug log for Socket health check #2673

Closed chenBright closed 1 day ago

chenBright commented 6 days ago

What problem does this PR solve?

Issue Number:

Problem Summary:

有用户反馈Socket被熔断后无法恢复,需要加上日志确定健康检查失败的原因。

What is changed and the side effects?

Changed:

Side effects:


Check List:

Huixxi commented 1 day ago

LGTM