nlu90 opened a new issue #14734: URL: https://github.com/apache/pulsar/issues/14734
**Describe the bug** After using `admin packages` delete a package, I can still list the deleted package: ``` ➜ apache-pulsar-2.9.1 ./bin/pulsar-admin packages delete function://public/default/[email protected] "The package 'function://public/default/[email protected]' deleted successfully" ➜ apache-pulsar-2.9.1 ./bin/pulsar-admin packages list --type function public/default "void" ➜ apache-pulsar-2.9.1 ./bin/pulsar-admin packages list --type function public/default "void" ➜ apache-pulsar-2.9.1 ./bin/pulsar-admin packages list --type function public/default "void" ``` And the result of list version is: ``` ➜ apache-pulsar-2.9.1 ./bin/pulsar-admin packages list-versions function://public/default/void ➜ apache-pulsar-2.9.1 ``` **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** After a package deletion, the `list` should not return the package name **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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
