dlmarion opened a new pull request #2372:
URL: https://github.com/apache/accumulo/pull/2372


   The Thread in the Compactor that runs the FileCompactor was throwing an
   exception as part of the error handling routine. It's not necessary for
   that to occur to convey the exception information to the main thread,
   the exception information was already being conveyed. This will reduce
   the error logging in the Compactor log regarding the uncaught exception
   being thrown and handled by the AccumuloUncaughtExceptionHandler.
   
   Another background thread checks every 5 seconds to determine whether
   or not the current compaction should be canceled. Call this method
   when the compaction completes in case something happens that would
   cause the compaction to be canceled and it has not been noticed yet.
   
   Closes #2350


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