Github user keith-turner commented on the issue:
https://github.com/apache/accumulo/pull/243
> If we do get an Error, do we want to keep running?
What I am doing is similar to what a Future would do, except it would wrap
the Throwable with an ExecutionException. This is why I think this code would
be nicer if it used Future. However, since it constructs a tree of parallel
operations that's not easy to represent without CompletableFuture.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---