flowchartsman commented on issue #19721: URL: https://github.com/apache/pulsar/issues/19721#issuecomment-1496902729
I also cannot delete a function package, despite it being empty: ``` $ ./pulsar-admin packages list --type function mytenant/mynamespace myfuncpkg functionbeta $ ./pulsar-admin packages list --type function mytenant/mynamespace/functionbeta #nothing prints $ ./pulsar-admin packages delete function://mytenant/mynamespace/functionbeta 2023-04-05T00:24:37,222-0400 [AsyncHttpClient-7-1] WARN org.apache.pulsar.client.admin.internal.BaseResource - [http://10.13.2.236:8081/admin/v3/packages/function/mytenant/mynamespace/functionbeta/latest] Failed to perform http delete request: javax.ws.rs.InternalServerErrorException: HTTP 500 Server Error Encountered zookeeper issue on deleting log stream function/mytenant/mynamespace/functionbeta/latest/meta Reason: Encountered zookeeper issue on deleting log stream function/mytenant/mynamespace/functionbeta/latest/meta ``` And of course it is error 500. About the only clue I see is it attempting to delete `latest`. Has this never worked and no one has ever used it, or am I doing something dreadfully wrong? -- 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]
