TousakaRin commented on a change in pull request #694: Health check by rpc call
URL: https://github.com/apache/incubator-brpc/pull/694#discussion_r268080772
 
 

 ##########
 File path: src/brpc/socket.cpp
 ##########
 @@ -780,6 +793,9 @@ void Socket::Revive() {
             } else {
                 LOG(INFO) << "Revived " << *this;
             }
+            if (FLAGS_health_check_using_rpc) {
 
 Review comment:
   在784行加一句sleep(10)可以百分之复现这个问题,是不是应该把这些操作移到while循环之前

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to