Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix][broker] release orphan replicator after replicator is closed. #2

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

hanmz
Copy link
Owner

@hanmz hanmz commented Sep 19, 2023

Motivation

When the replicator.producer start failed the method does not exit the loop(checkTopicActiveAndRetryStartProducer) even if the replicator is disconnect. You can reproduce by the test testExitRetryStartProducerAfterReplicatorDisconnect.

Modifications

If the replicator is already disconnected, stop to retryStartProducer.

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@hanmz hanmz changed the title [fix][broker] release orphan replicator after replicator is disconnec… [fix][broker] release orphan replicator after replicator is closed. Sep 19, 2023
Copy link

The pr had no activity for 30 days, mark with Stale label.

@github-actions github-actions bot added the Stale label Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant