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

Retry on failure of Unloading-namespace bundle #163

Closed
wants to merge 1 commit into from

Conversation

rdhabalia
Copy link
Contributor

Motivation

Broker may fail while unloading namespace bundle and it forever keeps bundle in invalid state as disabled, and it will not remove ownership of the bundle and also not serve new topics. So, unloading should be retried and make sure that bundle gets unloaded successfully.

Modifications

Retry on failure of bundle unloading and make sure to remove ownership of bundle so, bundle can be again owned and served.

Result

Bundle will not be in invalid state if bundle-unloading fails.

@rdhabalia rdhabalia added the type/bug The PR fixed a bug or issue reported a bug label Jan 10, 2017
@rdhabalia rdhabalia added this to the 1.16 milestone Jan 10, 2017
@rdhabalia rdhabalia self-assigned this Jan 10, 2017
@yahoocla
Copy link

CLA is valid!

2 similar comments
@yahoocla
Copy link

CLA is valid!

@yahoocla
Copy link

CLA is valid!

@rdhabalia rdhabalia closed this Jan 11, 2017
@rdhabalia rdhabalia deleted the bundle_unload branch January 23, 2017 22:10
sijie pushed a commit to sijie/pulsar that referenced this pull request Mar 4, 2018
hrsakai pushed a commit to hrsakai/pulsar that referenced this pull request Dec 10, 2020
dlg99 pushed a commit to dlg99/pulsar that referenced this pull request Mar 21, 2023
michaeljmarshall pushed a commit to michaeljmarshall/pulsar that referenced this pull request Apr 4, 2024
(cherry picked from commit 62f86e9)

 Conflicts:
	pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/LookupProxyHandler.java
	pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyConnection.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

2 participants