keith-turner commented on PR #3671:
URL: https://github.com/apache/accumulo/pull/3671#issuecomment-1688501829

   > Wouldn't these get logged elsewhere as well? I suppose in this case, 
redundant logging isn't important.
   
   Its not guaranteed. I can't remember where, but there was some code in 
Accumulo that was scheduling futures on an execturor and never checking the 
result of the future.  This type of situation would silently drop any 
exceptions.  Also we can analyze all of Accumulo's code for exception handling, 
but anytime we pass control off to external code its possible it could drop an 
exception.  So for this case like you said the redundant logging is not too big 
of an issue, want to make sure we see the problem.


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