lhotari opened a new issue #14075: URL: https://github.com/apache/pulsar/issues/14075
**Describe the bug** Proxy stops working for proxying Broker connections while Admin Admin proxying keeps working. The proxy logs are filled with this type of warnings: ``` [pulsar-proxy-io-2-1] WARN org.apache.pulsar.client.impl.ConnectionPool - Failed to open connection to pulsar-dev-broker/172.20.4.120:6650 : io.netty.channel.AbstractChannel$AnnotatedConnectException: connect(. .) failed: Cannot assign requested address: pulsar-dev-broker.pulsar.svc.cluster.local/172.20.4.120:6650 ``` The "Cannot assign requested address" error message is a sign of a port exhaustion issue where there are many connections open, possibly hanging. **To Reproduce** The steps to reproduce are not known. **Expected behavior** Pulsar Proxy should contain timeout handling so that idling/hanging connections get cleaned up. -- 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]
