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 2021/12/27 01:46:28 UTC

[GitHub] [bookkeeper] StevenLuMT commented on a change in pull request #2967: wait a BackOff Time when rereplicate failed

StevenLuMT commented on a change in pull request #2967:
URL: https://github.com/apache/bookkeeper/pull/2967#discussion_r775307985



##########
File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/replication/ReplicationWorker.java
##########
@@ -228,8 +228,12 @@ public void run() {
         while (workerRunning) {
             try {
                 rereplicate();
+                if (!rereplicate()) {

Review comment:
       my mistake,I have clean it,
   thanks




-- 
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