Description
After getting a partial result set, I hit 'q' and got the following stack trace:
-------------------- hit any key to continue or 'q' to quit -------------------- 2014-02-09 16:42:37,693 [util.UtilWaitThread] ERROR: sleep interrupted java.lang.InterruptedException: sleep interrupted at java.lang.Thread.sleep(Native Method) at org.apache.accumulo.core.util.UtilWaitThread.sleep(UtilWaitThread.java:26) at org.apache.accumulo.core.client.impl.TabletServerBatchReaderIterator.processFailures(TabletServerBatchReaderIterator.java:310) at org.apache.accumulo.core.client.impl.TabletServerBatchReaderIterator.access$1300(TabletServerBatchReaderIterator.java:77) at org.apache.accumulo.core.client.impl.TabletServerBatchReaderIterator$QueryTask.run(TabletServerBatchReaderIterator.java:400) at org.apache.accumulo.trace.instrument.TraceRunnable.run(TraceRunnable.java:47) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) at org.apache.accumulo.trace.instrument.TraceRunnable.run(TraceRunnable.java:47) at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34) at java.lang.Thread.run(Thread.java:695)
Attachments
Issue Links
- is related to
-
ACCUMULO-2346 Make UtilWaitThread.sleep() reset interrupt status
- Resolved