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 741A711801 for ; Sat, 17 May 2014 02:01:45 +0000 (UTC) Received: (qmail 47419 invoked by uid 500); 17 May 2014 01:42:03 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 46481 invoked by uid 500); 17 May 2014 01:42:02 -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 43203 invoked by uid 99); 17 May 2014 01:32:28 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 May 2014 01:32:28 +0000 Date: Sat, 17 May 2014 01:32:28 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2816) LocalWALRecoveryTest throws IndexOutOfBoundsException 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-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000594#comment-14000594 ] ASF subversion and git services commented on ACCUMULO-2816: ----------------------------------------------------------- Commit 244c1ab71c4b04794cbd718fc34c7fc2216774c4 in accumulo's branch refs/heads/1.6.1-SNAPSHOT from [~busbey] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=244c1ab ] ACCUMULO-2816 Ensure LocalWALRecovery looks at WAL. * changed to use of FileSystem api in test to avoid crc handling. * added better error message for reading an invalid wal * fixed v2 vs v3 magic header reading > LocalWALRecoveryTest throws IndexOutOfBoundsException > ----------------------------------------------------- > > Key: ACCUMULO-2816 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2816 > Project: Accumulo > Issue Type: Sub-task > Components: tserver > Reporter: Josh Elser > Assignee: Sean Busbey > Priority: Minor > Fix For: 1.6.1, 1.7.0 > > > {noformat} > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.208 sec <<< FAILURE! - in org.apache.accumulo.tserver.log.LocalWALRecoveryTest > testRecoverLocalWriteAheadLogs(org.apache.accumulo.tserver.log.LocalWALRecoveryTest) Time elapsed: 1.138 sec <<< ERROR! > java.lang.ArrayIndexOutOfBoundsException: 99 > at org.apache.accumulo.tserver.logger.LogFileKey.readFields(LogFileKey.java:44) > at org.apache.accumulo.tserver.log.LocalWALRecoveryTest.testRecoverLocalWriteAheadLogs(LocalWALRecoveryTest.java:100) > {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)