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 C1244111E0 for ; Fri, 18 Apr 2014 15:07:18 +0000 (UTC) Received: (qmail 95087 invoked by uid 500); 18 Apr 2014 15:07:16 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 95047 invoked by uid 500); 18 Apr 2014 15:07:15 -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 94956 invoked by uid 99); 18 Apr 2014 15:07:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2014 15:07:15 +0000 Date: Fri, 18 Apr 2014 15:07:15 +0000 (UTC) From: "Keith Turner (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (ACCUMULO-2695) Failure while running conditional RW test w/ agitation 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-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Turner reassigned ACCUMULO-2695: -------------------------------------- Assignee: Keith Turner > Failure while running conditional RW test w/ agitation > ------------------------------------------------------ > > Key: ACCUMULO-2695 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2695 > Project: Accumulo > Issue Type: Bug > Affects Versions: 1.6.0 > Environment: Hadoop 2.2.0, Zookeeper 3.4.5, Accumulo 1.6.0 RC2, 20 node EC2 cluster > Reporter: Keith Turner > Assignee: Keith Turner > > Was running RW Conditional test w/ agitation overnight and saw the following error: > {noformat} > 17 22:54:05,448 [conditional.Init] DEBUG: Added bank b845 0 > 17 22:54:08,306 [conditional.Init] DEBUG: Added bank b422 9 > 17 22:54:08,314 [impl.ConditionalWriterImpl] ERROR: Thread "pool-2-thread-1" died null > java.lang.IllegalStateException > at org.apache.accumulo.core.client.impl.ConditionalWriterImpl.unreserveSessionID(ConditionalWriterImpl.java:528) > at org.apache.accumulo.core.client.impl.ConditionalWriterImpl.sendToServer(ConditionalWriterImpl.java:618) > at org.apache.accumulo.core.client.impl.ConditionalWriterImpl.access$700(ConditionalWriterImpl.java:90) > at org.apache.accumulo.core.client.impl.ConditionalWriterImpl$SendTask.run(ConditionalWriterImpl.java:448) > at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) > at java.util.concurrent.FutureTask.run(FutureTask.java:262) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:744) > {noformat} > This error occurred w/ 7 walkers. The walkers where this error occurred hung. The failure was right around the time a tserver was killed. -- This message was sent by Atlassian JIRA (v6.2#6252)