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 2021/12/21 06:51:49 UTC

[GitHub] [pulsar] lhotari commented on pull request #12724: [pulsar-broker] Add stop replicator producer logic when start replicator cluster failed

lhotari commented on pull request #12724:
URL: https://github.com/apache/pulsar/pull/12724#issuecomment-998519074


   @Technoboy- It seems that this solution doesn't work in all cases. 
   
   I've been debugging the issue and it looks like the changes in #11804 limited the producer replacement to one connection (`&& Objects.equals(cnx, other.cnx)`). The replacement won't happen if another connection is chosen on the client side for creating the next producer. The changes in #11804 were refactored further in #12846.
   I'm not sure about the reason yet, just making some initial guesses.


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