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 EA0EB10300 for ; Sun, 29 Dec 2013 04:12:58 +0000 (UTC) Received: (qmail 65142 invoked by uid 500); 29 Dec 2013 04:12:57 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 65052 invoked by uid 500); 29 Dec 2013 04:12:52 -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 65029 invoked by uid 99); 29 Dec 2013 04:12:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Dec 2013 04:12:50 +0000 Date: Sun, 29 Dec 2013 04:12:50 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-2110) [RW] Error in Bulk.Verify MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Josh Elser created ACCUMULO-2110: ------------------------------------ Summary: [RW] Error in Bulk.Verify Key: ACCUMULO-2110 URL: https://issues.apache.org/jira/browse/ACCUMULO-2110 Project: Accumulo Issue Type: Bug Components: test Reporter: Josh Elser Fix For: 1.6.0 Saw this across three different RW clients. Obviously the key differs each time. {noformat} java.lang.Exception: Error running node Bulk.xml at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:285) at org.apache.accumulo.test.randomwalk.Framework.run(Framework.java:65) at org.apache.accumulo.test.randomwalk.Framework.main(Framework.java:125) 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:137) at java.lang.Thread.run(Thread.java:744) Caused by: java.lang.Exception: Error running node bulk.Verify at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:285) at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:254) ... 8 more Caused by: java.lang.Exception: Bad key at r08930 cf:000 [] 1388209514232 false 1 at org.apache.accumulo.test.randomwalk.bulk.Verify.visit(Verify.java:65) at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:254) ... 9 more {noformat} -- This message was sent by Atlassian JIRA (v6.1.5#6160)