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

[pulsar-broker] Fix: Topic loading fails without any error when replicator init fails #10432

Merged
merged 1 commit into from Apr 29, 2021

Conversation

rdhabalia
Copy link
Contributor

Motivation

Right now, topic creation tries to create replicator and if that fails due to any reason (one of the reasons blank TLS URL cluster URL) then broker doesn't catch exception, doesn't log error and topic loading gets stuck.

Modification

Handle replicator creation failure so, broker can load the topic again and broker can log the message.

@rdhabalia rdhabalia added this to the 2.8.0 milestone Apr 29, 2021
@rdhabalia rdhabalia self-assigned this Apr 29, 2021
@rdhabalia rdhabalia merged commit 61639a2 into apache:master Apr 29, 2021
@codelipenghui codelipenghui added release/2.7.4 type/bug The PR fixed a bug or issue reported a bug cherry-picked/branch-2.7 Archived: 2.7 is end of life release/2.7.3 and removed release/2.7.4 labels Jul 20, 2021
@codelipenghui
Copy link
Contributor

already cherry-picked by #10674

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/broker cherry-picked/branch-2.7 Archived: 2.7 is end of life release/2.7.3 type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants