kwenZh commented on issue #14831: URL: https://github.com/apache/pulsar/issues/14831#issuecomment-1078798068
@lhotari i knew this PR https://github.com/apache/pulsar/pull/14710 , for add more log. thanks for your commits. This may not be a problem. Yesterday, I found that some clients kept trying to retry consuming non-existent topics and repeatedly created client connections, resulting in the number of pulsar-proxy connections being full,pulsar -proxy ulimit is 1048576。 and then this exception occurred。In the end, i find there are some go client , in each time consumer , is always to create new client, but do not close .All in all, this should not be a problem that belongs to improper usage -- 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]
