ivakegg opened a new issue, #3371:
URL: https://github.com/apache/accumulo/issues/3371

   Scans were being performed on a table and the vfs class loader was having 
some threading issue that was causing the scan to fail.  The threading issues I 
am handling with VFS-836 (in jira).  The problem with accumulo is that these 
failures (NoClassDefFoundError) are causing the tserver to be halted.  A user's 
scan should not cause the tserver to be halted.  It is perfectly conceivable 
that the iterator stack could be using classes that are not accessible by the 
tserver it is being run on if, for example, the table.context is specified 
incorrectly.  This happens periodically on our systems when we have various 
deployment issues.
   
   Accumulo 2.1.1-SNAPSHOT
   CentOS 7.3


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