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 0A57D11CB1 for ; Wed, 24 Sep 2014 21:50:34 +0000 (UTC) Received: (qmail 56368 invoked by uid 500); 24 Sep 2014 21:50:33 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 56327 invoked by uid 500); 24 Sep 2014 21:50:33 -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 56264 invoked by uid 99); 24 Sep 2014 21:50:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2014 21:50:33 +0000 Date: Wed, 24 Sep 2014 21:50:33 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-3164) Continuous BatchWalker died "batch reader closed" 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-3164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs updated ACCUMULO-3164: ---------------------------------------- Fix Version/s: 1.7.0 > Continuous BatchWalker died "batch reader closed" > ------------------------------------------------- > > Key: ACCUMULO-3164 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3164 > Project: Accumulo > Issue Type: Bug > Components: test > Affects Versions: 1.5.2, 1.6.0, 1.6.1 > Reporter: Josh Elser > Priority: Minor > Fix For: 1.5.3, 1.6.2, 1.7.0 > > > Ran CI on 1.6.1RC1, noticed the batch_walker killed itself > {noformat} > Thread "org.apache.accumulo.test.continuous.ContinuousBatchWalker" died batch reader closed > java.lang.IllegalStateException: batch reader closed > at org.apache.accumulo.core.client.impl.TabletServerBatchReader.setRanges(TabletServerBatchReader.java:95) > at org.apache.accumulo.test.continuous.ContinuousBatchWalker.runBatchScan(ContinuousBatchWalker.java:93) > at org.apache.accumulo.test.continuous.ContinuousBatchWalker.main(ContinuousBatchWalker.java:75) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.apache.accumulo.start.Main$1.run(Main.java:141) > at java.lang.Thread.run(Thread.java:745) > {noformat} > I'm guessing this has been there for a while but we never noticed because the example batchwalker runs so infrequently. Probably also affects 1.5, but I haven't tested it yet to be 100% sure. -- This message was sent by Atlassian JIRA (v6.3.4#6332)