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 6DD5ADF49 for ; Mon, 11 Feb 2013 16:31:14 +0000 (UTC) Received: (qmail 60562 invoked by uid 500); 11 Feb 2013 16:31:14 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 60510 invoked by uid 500); 11 Feb 2013 16:31:14 -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 60427 invoked by uid 99); 11 Feb 2013 16:31:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2013 16:31:14 +0000 Date: Mon, 11 Feb 2013 16:31:14 +0000 (UTC) From: "Keith Turner (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1010) Support upgrading from 1.4 to 1.5 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-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13575877#comment-13575877 ] Keith Turner commented on ACCUMULO-1010: ---------------------------------------- When attemting a dirty upgrade, i did not have the 1.4 walogs dir set for the 1.5 config. After setting that I am seeing the following error when testing upgrade. {noformat} 2013-02-11 11:18:05,269 [tabletserver.TabletServer] WARN : exception trying to assign tablet !0;!0<< /root_tablet java.lang.RuntimeException: java.io.IOException: java.lang.ArrayIndexOutOfBoundsException at org.apache.accumulo.server.tabletserver.Tablet.(Tablet.java:1452) at org.apache.accumulo.server.tabletserver.Tablet.(Tablet.java:1299) at org.apache.accumulo.server.tabletserver.Tablet.(Tablet.java:1141) at org.apache.accumulo.server.tabletserver.Tablet.(Tablet.java:1129) at org.apache.accumulo.server.tabletserver.TabletServer$AssignmentHandler.run(TabletServer.java:2505) at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34) at org.apache.accumulo.server.tabletserver.TabletServer$ThriftClientHandler$3.run(TabletServer.java:1864) Caused by: java.io.IOException: java.lang.ArrayIndexOutOfBoundsException at org.apache.accumulo.server.tabletserver.log.TabletServerLogger.recover(TabletServerLogger.java:424) at org.apache.accumulo.server.tabletserver.TabletServer.recover(TabletServer.java:3391) at org.apache.accumulo.server.tabletserver.Tablet.(Tablet.java:1420) ... 6 more Caused by: java.lang.ArrayIndexOutOfBoundsException at org.apache.accumulo.core.data.Mutation$SimpleReader.readBytes(Mutation.java:158) at org.apache.accumulo.core.data.Mutation.newDeserializeColumnUpdate(Mutation.java:518) at org.apache.accumulo.core.data.Mutation.deserializeColumnUpdate(Mutation.java:473) at org.apache.accumulo.core.data.Mutation.getUpdates(Mutation.java:452) at org.apache.accumulo.server.tabletserver.Tablet$2.receive(Tablet.java:1423) at org.apache.accumulo.server.tabletserver.log.SortedLogRecovery.playbackMutations(SortedLogRecovery.java:235) at org.apache.accumulo.server.tabletserver.log.SortedLogRecovery.recover(SortedLogRecovery.java:128) at org.apache.accumulo.server.tabletserver.log.TabletServerLogger.recover(TabletServerLogger.java:422) ... 8 more {noformat} This can reproduced by running "test/system/upgrade_test.sh dirty". I am going to look into this. If anyone knows anything let me know. > Support upgrading from 1.4 to 1.5 > --------------------------------- > > Key: ACCUMULO-1010 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1010 > Project: Accumulo > Issue Type: Bug > Reporter: Christopher Tubbs > Assignee: Keith Turner > Priority: Blocker > Fix For: 1.5.0 > > > Need to review changes made to structure of data in zookeeper in metadata table to identify any upgrade issues. Need to test upgrade. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira