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 exception when force delete namespace #9691

Merged

Conversation

wangjialing218
Copy link
Contributor

Motivation

When force delete namespace, the partition topics to be deleted are list twice and a exception will happen when delete the topic second time.
deletens

Modifications

Correct the list of topics under the namespace to be delete.

Verifying this change

This change is already covered by existing tests, such as testForceDeleteNamespace()

@wangjialing218
Copy link
Contributor Author

/pulsarbot run-failure-checks

@wangjialing218
Copy link
Contributor Author

/pulsarbot run-failure-checks

Copy link
Contributor

@315157973 315157973 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please rebase the master branch?

@wangjialing218 wangjialing218 force-pushed the branch-fix-force_delete_namespace branch from 7fdef24 to 35ded6e Compare March 2, 2021 02:20
@wangjialing218
Copy link
Contributor Author

/pulsarbot run-failure-checks

1 similar comment
@wangjialing218
Copy link
Contributor Author

/pulsarbot run-failure-checks

@codelipenghui codelipenghui merged commit 110820f into apache:master Mar 3, 2021
mlyahmed pushed a commit to mlyahmed/pulsar that referenced this pull request Mar 5, 2021
When force delete namespace, the partition topics to be deleted are list twice and a exception will happen when delete the topic second time.
![deletens](https://user-images.githubusercontent.com/65590138/108942063-3e26d580-7691-11eb-82f9-43c5f7217a08.png)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants