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/04/26 17:43:48 UTC

[GitHub] [accumulo] ivakegg commented on issue #3346: remote scan exception halts tserver

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

   This type of exception happens frequently on the RemoteHost, and only one of them may have been correlated with one of the tservers halting (occurred 17 seconds prior):
   ```
   [scan.NextBatchTask] WARN : exception while scannint tablet !0;... for <ip>:<port>
   java.lang.IllegalStateException: Tried to use scanner after it was closed.
       at org.apache.accumulo.tserver.tablet.Scanner.read(Scanner.java:87)
       at org.apache.accumulo.tserver.scan.NextbatchTask.run(NextBatchTask.java:78)
       at org.apache.accumulo.tserver.session.ScanSession$ScanMeasurer.run(ScanSession.java:62)
       ...  
   ```


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