Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
yiguolei committed Jan 29, 2025
1 parent 87c3a7d commit dcf0f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/util/brpc_client_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class FailureDetectClosure : public ::google::protobuf::Closure {
// If some non-recoverable rpc failure happens, it will save the error status in
// _channel_st.
// And brpc client cache will depend on it to detect if the client is health.
class FailureDetectChannel : ::brpc::Channel {
class FailureDetectChannel : public ::brpc::Channel {
public:
FailureDetectChannel() : ::brpc::Channel() {
_channel_st = std::make_shared<AtomicStatus>(); // default OK
Expand Down

0 comments on commit dcf0f29

Please sign in to comment.