forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close the replicator and replication client when delete cluster. (apa…
…che#11342) Currently, when a cluster has been deleted, the replicator and the replication client will not be closed. The producer of the replicator will try to reconnect to the deleted cluster continuously. We should close and clean up the replicator and the replication client for the deleted cluster. A new test was added for verifying the replicator and the replication client will be closed after the cluster is deleted. (cherry picked from commit 8a4147e)
- Loading branch information
1 parent
33b5f2f
commit 60d462a
Showing
3 changed files
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters