DomGarguilo opened a new issue, #4293: URL: https://github.com/apache/accumulo/issues/4293
**Is your feature request related to a problem? Please describe.** While working on #4261 I noticed that we are using a `long` paired with a `TimeUnit` to determine duration within `Retry`. I was curious if it might simplify things or make things more clear if we used a `Duration` in place of these two variables. I wanted to create a ticket to see if anyone has any opinions on if this is a good idea or even worth it. **Describe alternatives you've considered** Leaving things as-is would be fine. -- 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]
