Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 72A1C10932 for ; Sun, 9 Feb 2014 23:06:24 +0000 (UTC) Received: (qmail 67682 invoked by uid 500); 9 Feb 2014 23:06:22 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 67638 invoked by uid 500); 9 Feb 2014 23:06:22 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 67602 invoked by uid 99); 9 Feb 2014 23:06:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Feb 2014 23:06:21 +0000 Date: Sun, 9 Feb 2014 23:06:21 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2344) stack trace in shell when using grep MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13896096#comment-13896096 ] ASF subversion and git services commented on ACCUMULO-2344: ----------------------------------------------------------- Commit 4cb92ca616fb2aeaa80b0c5b7d004b6e8b39aa6d in branch refs/heads/master from [~elserj] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=4cb92ca ] ACCUMULO-2344 Avoid usage of UtilWaitThread because we want to exit gracefully on interrupt. > 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 > Assignee: Josh Elser > Priority: Trivial > Fix For: 1.5.1, 1.6.0 > > > 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)