ddanielr commented on issue #3159:
URL: https://github.com/apache/accumulo/issues/3159#issuecomment-1378830258

   I wanted to play around with the Retry object, so I staged a fix that 
replaces the `infiniteRetries()` with `maxRetries()` and calculated the value 
based on the max number of attempts that could be completed in the set 
interval. 
   
   
https://github.com/ddanielr/accumulo/pull/5/files#diff-56945d7261689b2323a668699ab5865a1e48ec8424b0d612091d29ae0f2fc67cR1513
   
   This technically works, but it's not an exact match to the expected timeout 
interval that is set in the property. 
   
   So, should a retry object be used for this operation? Or would a simple 
timeout loop be better suited?


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to