You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/07 06:37:09 UTC

[GitHub] [pulsar] Jason918 commented on a change in pull request #14570: Fix update replication cluster but not update replicator.

Jason918 commented on a change in pull request #14570:
URL: https://github.com/apache/pulsar/pull/14570#discussion_r820415271



##########
File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentTopic.java
##########
@@ -3063,6 +3046,27 @@ public void onUpdate(TopicPolicies policies) {
         });
     }
 
+    private CompletableFuture<Void> checkReplicator() {

Review comment:
       There is already a `checkReplication` in this class. It seems contains most of the logic here.




-- 
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: commits-unsubscribe@pulsar.apache.org

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