You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/04/22 22:30:28 UTC

[GitHub] [ozone] hanishakoneru edited a comment on pull request #2171: HDDS-5059. Increase number of client retries/ failovers to OMs

hanishakoneru edited a comment on pull request #2171:
URL: https://github.com/apache/ozone/pull/2171#issuecomment-825223975


   Thanks @bharatviswa504.
   > Just a question, the client will totally get 24 seconds right (as 12 *2)? (As for first 3 OM's we don't wait if they are not leader)
   
   We do not wait to failover between OMs (not just first time). So client will try om1, om2, om3, wait 2 secs, then try om1, om2, om3 again without any wait, then wait 2 secs again and this cycle is repeated. 
   
   Changing to 100 also would not give us much difference though. We would get around 1 min before the client gives up. 
   
   What do you think is a reasonable time for the client to give up? Or should the client just retry forever?
   cc. @arp7 


-- 
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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org