dlmarion commented on pull request #2340:
URL: https://github.com/apache/accumulo/pull/2340#issuecomment-959817323


   What are your thoughts about using 
[CompletableFuture.completeExceptionally​(Throwable 
ex)](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/concurrent/CompletableFuture.html#completeExceptionally(java.lang.Throwable))
  instead of doing:
   
   ```
      } catch (Exception e) { 
        throw new CompletionException(e); 
      } 
   ```


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