You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by GitBox <gi...@apache.org> on 2020/02/18 14:34:00 UTC

[GitHub] [curator] Randgalt opened a new pull request #346: [CURATOR-559] Fix nested retry loops

Randgalt opened a new pull request #346: [CURATOR-559] Fix nested retry loops
URL: https://github.com/apache/curator/pull/346
 
 
   The retry loop mechanism ended up getting nested multiple times causing exponential calls to the retry policy and violating a given policy's limits. Use a thread local to mitigate this so that a retry loop is reused for nested API calls, etc.

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

[GitHub] [curator] Randgalt commented on issue #346: [CURATOR-559] Fix nested retry loops

Posted by GitBox <gi...@apache.org>.
Randgalt commented on issue #346: [CURATOR-559] Fix nested retry loops
URL: https://github.com/apache/curator/pull/346#issuecomment-587494538
 
 
   attn: @shayshim and @cammckenzie 

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

[GitHub] [curator] Randgalt merged pull request #346: [CURATOR-559] Fix nested retry loops

Posted by GitBox <gi...@apache.org>.
Randgalt merged pull request #346: [CURATOR-559] Fix nested retry loops
URL: https://github.com/apache/curator/pull/346
 
 
   

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