You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/05/14 03:41:55 UTC

[GitHub] [pulsar] merlimat opened a new pull request #4272: With multi-host HTTP client, stop after trying all the addresses

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:
users@infra.apache.org


With regards,
Apache Git Services