ivakegg opened a new issue, #3346:
URL: https://github.com/apache/accumulo/issues/3346
We we seeing cases where a scan on a remote tserver (possibly for data from
accumulo.root) fails and this results in the local tserver be halted. This
happened on 3 tservers at the same time running a scan on the same remote
tserver. The exception looks something like this:
```
org.apache.accumulo.core.util.threads.ThreadPools$ExecutionError: Critical
scheduled background task failed.
at
org.apache.accumulo.core.util.threads.ThreadPools.checkTaskfailed(ThreadPools.java.139)
...
Caused by: java.util.concurrent.ExecutionException:
java.lang.RuntimeException:
org.apache.accumulo.core.clientImpl.AccumuloServerException: Error on server
RemoteHost:9997
...
Caused by: java.lang.RuntimeException:
org.apache.accumulo.core.clientImpl.AccumuloServerException: Error on server
RemoteHost:9997
at
org.apache.accumujlo.core.clientImpl.TabletServerBatchReaderIterator.hasNext(TabletServerBatchReaderIterator.java:194)
...
Caused by: org.apache.accumulo.core.clientImpl.AccumuloServerException:
Error on server RemoteHost:9997
at
org.apache.accumulo.core.clientImpl.TabletServerBatchReaderiterator.doLookup(TabletServerBatchReaderIterator.java:911)
...
```
I do not see any exceptions in the RemoteHost logs that correlate with these
failures. I see the accumulo.audit INFO message "operation: Permitted; user:
<user>; client: <ip>:<port>; action: authenticate" but I do not see any
exceptions or other messages.
openjdk versio0n "11.0.15" 2022-04-19 LTS (Corretto)
CentOS 7.3.1611
--
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]