You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/06/21 10:04:27 UTC

[GitHub] [bookkeeper] Nicklee007 commented on a diff in pull request #3349: [improve][client] release the bookie from QuarantinedBookies when health check is disabled

Nicklee007 commented on code in PR #3349:
URL: https://github.com/apache/bookkeeper/pull/3349#discussion_r902421305


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/BookieWatcherImpl.java:
##########
@@ -359,5 +359,9 @@ public void quarantineBookie(BookieId bookie) {
         }
     }
 
-
+    public void releaseAllQuarantinedBookies(){
+        if (quarantinedBookies.size() > 0){

Review Comment:
   This judgment seems superfluous and has been removed.



-- 
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: issues-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org