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

deleteTopic need to be async #15841

Closed
leizhiyuan opened this issue May 30, 2022 · 2 comments
Closed

deleteTopic need to be async #15841

leizhiyuan opened this issue May 30, 2022 · 2 comments
Assignees
Labels
Stale type/bug The PR fixed a bug or issue reported a bug

Comments

@leizhiyuan
Copy link
Contributor

Describe the bug
A clear and concise description of what the bug is.

	at org.apache.pulsar.broker.admin.impl.PersistentTopicsBase.internalDeleteTopicForcefully(PersistentTopicsBase.java:310)
	at org.apache.pulsar.broker.admin.impl.PersistentTopicsBase.internalDeleteTopic(PersistentTopicsBase.java:994)
	at org.apache.pulsar.broker.admin.v2.PersistentTopics.deleteTopic(PersistentTopics.java:893)

To Reproduce
Steps to reproduce the behavior:

  1. create and delete topic frequently
    Expected behavior
    A clear and concise description of what you expected to happen.

you will see there will a waiting forever in internalDeleteTopicForcefully

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]

Additional context
Add any other context about the problem here.

@github-actions
Copy link

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

@github-actions github-actions bot added the Stale label Jun 30, 2022
@tisonkun
Copy link
Member

Fixed by #16232.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants