You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "ivakegg (via GitHub)" <gi...@apache.org> on 2023/05/04 14:06:52 UTC

[GitHub] [accumulo] ivakegg commented on issue #3371: tservers falling over because a scan failed

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

   So the error being thrown in our case is
   ```
   java.lang.NoClassDefFoundError: Could not initialize class datawave......
        at datawave......
        ...
        at org.apache.accumulo.core.iteratorsImpl.system.SourceSwitchingiterator.readnext(SourceSwitchingIterator.java:165)
        ...
        at org.apache.accumulo.tserver.scan.LookupTask.run(LookupTask.java:129)
        at org.apache.accumulo.tserver.session.ScanSession$ScanMeasurer.run(ScanSession.java:62)
        at org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
        at java.base/java.lang.Thread.run(Thread.java:829)
   Caused by: java.util.zip.ZipException: ZipFile closed
       ...
   
   Error thrown in thread: Thread[scan-default-Worker-14,5,main], halting VM.
   ```


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org