nosewings commented on issue #2696:
URL: https://github.com/apache/accumulo/issues/2696#issuecomment-1145921868

   In addition to the PR I've submitted, I also have a non-recursive version 
that just runs the retry logic inside a loop in one Future. I don't like that 
version as much, though, because it involves calling `Future.get()` inside the 
body of a `CompletableFuture`, which makes exception-handling messy and 
generally seems unidiomatic.


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