merlimat opened a new pull request #4272: With multi-host HTTP client, stop after trying all the addresses URL: https://github.com/apache/pulsar/pull/4272 ### Motivation The current multi-host handler for HTTP request in pulsar-client-admin (from #4018) is going into an infinite loop of retries when there is a failure, up to the request timeout (of 5min). We need to break it immediately after having tried all the addresses. This is currently making tests to fail all the times on master.
---------------------------------------------------------------- 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
