This is an automated email from the ASF dual-hosted git repository. huixxi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/brpc.git
from c47ec71a Merge pull request #2966 from lorinlee/release-1.13.0 add 4a0f411b feat: 支持channel维度设置rpc级别健康检查参数 add 84071ed0 feat: change members to a single HealthCheckOption member && update ComputeChannelSignature add 96f5d9ab feat: add health_check_option.h add ffaa7ba6 feat: reduce the failure rate of brpc_load_balancer_unittest new 1c032783 Merge pull request #2964 from zhoukangsheng/support_health_check_option The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: docs/cn/client.md | 2 +- src/brpc/channel.cpp | 24 ++++++++++++++++--- src/brpc/channel.h | 5 ++++ src/brpc/details/health_check.cpp | 24 ++++++++----------- src/brpc/details/naming_service_thread.cpp | 2 +- src/brpc/details/naming_service_thread.h | 1 + src/brpc/{esp_head.h => health_check_option.h} | 32 ++++++++------------------ src/brpc/socket.cpp | 4 ++-- src/brpc/socket.h | 7 ++++++ src/brpc/socket_map.cpp | 9 +++++--- src/brpc/socket_map.h | 19 ++++++++++----- test/brpc_load_balancer_unittest.cpp | 2 +- 12 files changed, 77 insertions(+), 54 deletions(-) copy src/brpc/{esp_head.h => health_check_option.h} (67%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org