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 36207112E1 for ; Wed, 16 Apr 2014 00:24:27 +0000 (UTC) Received: (qmail 28141 invoked by uid 500); 16 Apr 2014 00:24:21 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 28040 invoked by uid 500); 16 Apr 2014 00:24:19 -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 27915 invoked by uid 99); 16 Apr 2014 00:24:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Apr 2014 00:24:16 +0000 Date: Wed, 16 Apr 2014 00:24:16 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-2657) Shard randomwalk fails for 1.6.0 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-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs updated ACCUMULO-2657: ---------------------------------------- Affects Version/s: (was: 1.6.0) Fix Version/s: (was: 1.6.1) 1.6.0 > Shard randomwalk fails for 1.6.0 > -------------------------------- > > Key: ACCUMULO-2657 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2657 > Project: Accumulo > Issue Type: Test > Components: test > Environment: Seven-node CDH 4.5 cluster, 2 masters, 5 tservers, 3 ZK > Reporter: Bill Havanki > Assignee: Bill Havanki > Labels: 16_qa_bug > Fix For: 1.6.0 > > Attachments: ACCUMULO-2657.v1.patch.txt > > > This has happened twice for me, while trying to run randomwalk for 1.6.0 release testing. > {noformat} > 10 09:40:04,358 [randomwalk.Framework] ERROR: Error during random walk > java.lang.Exception: Error running node shard.ExportIndex > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:286) > 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: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:141) > at java.lang.Thread.run(Thread.java:662) > Caused by: java.lang.Exception: Props not equals ST_index_test_server_com_3525_1397137262293 ST_index_test_server_com_3525_1397137262293_tmp > at org.apache.accumulo.test.randomwalk.shard.ExportIndex.visit(ExportIndex.java:105) > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:255) > ... 8 more > {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)