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 7E7DB10C0E for ; Mon, 24 Feb 2014 23:36:36 +0000 (UTC) Received: (qmail 15037 invoked by uid 500); 24 Feb 2014 23:36:33 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 14930 invoked by uid 500); 24 Feb 2014 23:36:32 -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 14753 invoked by uid 99); 24 Feb 2014 23:36:29 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Feb 2014 23:36:29 +0000 Date: Mon, 24 Feb 2014 23:36:29 +0000 (UTC) From: "Mike Drob (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-2399) BatchWalkers die when started before Ingesters 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-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated ACCUMULO-2399: -------------------------------- Fix Version/s: 1.5.2 1.4.5 > BatchWalkers die when started before Ingesters > ---------------------------------------------- > > Key: ACCUMULO-2399 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2399 > Project: Accumulo > Issue Type: Bug > Components: test > Reporter: Mike Drob > Assignee: Mike Drob > Priority: Minor > Labels: 16_qa_bug > Fix For: 1.4.5, 1.6.0, 1.5.2 > > > When starting up ingest and batchwalk at the same time for the continuous ingest test, if the walkers come up first then they might die due to {{TableNotFound}}. > {noformat} > Thread "org.apache.accumulo.test.continuous.ContinuousBatchWalker" died java.lang.reflect.InvocationTargetException > java.lang.reflect.InvocationTargetException > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.accumulo.start.Main$1.run(Main.java:137) > at java.lang.Thread.run(Thread.java:662) > Caused by: org.apache.accumulo.core.client.TableNotFoundException: Table ci does not exist > at org.apache.accumulo.core.client.impl.Tables._getTableId(Tables.java:181) > at org.apache.accumulo.core.client.impl.Tables.getTableId(Tables.java:166) > at org.apache.accumulo.core.client.impl.ConnectorImpl.getTableId(ConnectorImpl.java:84) > at org.apache.accumulo.core.client.impl.ConnectorImpl.createScanner(ConnectorImpl.java:151) > at org.apache.accumulo.test.continuous.ContinuousBatchWalker.main(ContinuousBatchWalker.java:61) > ... 6 more > {noformat} > A workaround is to make sure you start ingest first, or to manually create the table before the test. -- This message was sent by Atlassian JIRA (v6.1.5#6160)