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 2020/04/08 02:40:52 UTC

[GitHub] [hadoop-ozone] hanishakoneru opened a new pull request #784: HDDS-3355. Add wait time between client retries to OM

hanishakoneru opened a new pull request #784: HDDS-3355. Add wait time between client retries to OM
URL: https://github.com/apache/hadoop-ozone/pull/784
 
 
   ## What changes were proposed in this pull request?
   
   Currently, client keeps retrying to connect to leader OM in a tight loop and fails after configured number of retires/ failovers.
   If the Leader OM is not ready, the client can timeout quickly. So, we should instead try each OM once, and then wait before retrying again. 
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-3355
   
   ## How was this patch tested?
   
   Will add unit test in next commit.

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

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


[GitHub] [hadoop-ozone] hanishakoneru merged pull request #784: HDDS-3355. Add wait time between client retries to OM

Posted by GitBox <gi...@apache.org>.
hanishakoneru merged pull request #784: HDDS-3355. Add wait time between client retries to OM
URL: https://github.com/apache/hadoop-ozone/pull/784
 
 
   

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

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


[GitHub] [hadoop-ozone] hanishakoneru commented on issue #784: HDDS-3355. Add wait time between client retries to OM

Posted by GitBox <gi...@apache.org>.
hanishakoneru commented on issue #784: HDDS-3355. Add wait time between client retries to OM
URL: https://github.com/apache/hadoop-ozone/pull/784#issuecomment-613564834
 
 
   Thank you @arp7 for the review. I will merge this shortly.

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

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