roman-popenov opened a new issue #6141: Pulsar manager Negative initial size: -1 error URL: https://github.com/apache/pulsar/issues/6141 Following error can be seen in the logs of the pulsar manager: ``` 18:04:02.914 [pulsar-external-web-4-5] WARN org.eclipse.jetty.server.HttpChannel - /admin/v2/clusters java.lang.IllegalArgumentException: Negative initial size: -1 at java.io.ByteArrayOutputStream.<init>(ByteArrayOutputStream.java:74) ~[?:1.8.0_232] at org.apache.pulsar.proxy.server.AdminProxyHandler$ReplayableProxyContentProvider.<init>(AdminProxyHandler.java:150) ~[org.apache.pulsar-pulsar-proxy-2.4.2.jar:2.4.2] ``` It happens when the pulsar manager tries to communicate to the broker via the pulsar proxy. Proxy is working just fine when producing and consuming messages via python client code. The pulsar manager UI just spins. Possibly similar issue to https://github.com/streamnative/pulsarctl/pull/157
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
