ivakegg commented on issue #3871:
URL: https://github.com/apache/accumulo/issues/3871#issuecomment-1779171789

   @ctubbsii I did handle all errors in a separate class loader and class 
loader factory.  This time the errors were outside of that path.  Indeed my 
class loader through a class not found exception, and the system class loader 
turned that into a class no def error which subsequently halted the tserver.  
Now I have to change the uncaught exception handler in our fork to catch 
LinkageError as well and not halt in that case.
   
   The basic issue here is that any user could setup a scan (intentionally or 
unintentionally) with classes that end up with this error and take down the 
system.  This cannot be allowed to happen.


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