You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/02/09 23:33:19 UTC

[jira] [Commented] (ACCUMULO-2344) stack trace in shell when using grep

    [ https://issues.apache.org/jira/browse/ACCUMULO-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13896083#comment-13896083 ] 

Josh Elser commented on ACCUMULO-2344:
--------------------------------------

I was about to say I couldn't reproduce it, but after trying a couple of different greps, I got the stacktrace too.

> stack trace in shell when using grep
> ------------------------------------
>
>                 Key: ACCUMULO-2344
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2344
>             Project: Accumulo
>          Issue Type: Bug
>          Components: shell
>    Affects Versions: 1.5.0
>            Reporter: Adam Fuchs
>            Priority: Trivial
>
> After getting a partial result set, I hit 'q' and got the following stack trace:
> {code}
> -------------------- 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)
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)