ddanielr commented on PR #3231: URL: https://github.com/apache/accumulo/pull/3231#issuecomment-1463488586
Dug into the retry object a bit with @EdColeman and found that removing the incrementing backoff and just using maxRetries makes the Retry object function as expected. I've pushed an updated commit that switches back to the Retry object, but calculates an exact max wait vs an approximate value. It also switches the logging statement to use the Retry logging method which takes advantage of the Retry object's logging interval. -- 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]
