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 2B65310BAC for ; Mon, 30 Dec 2013 23:45:51 +0000 (UTC) Received: (qmail 26026 invoked by uid 500); 30 Dec 2013 23:45:50 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 25998 invoked by uid 500); 30 Dec 2013 23:45:50 -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 25988 invoked by uid 99); 30 Dec 2013 23:45:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Dec 2013 23:45:50 +0000 Date: Mon, 30 Dec 2013 23:45:50 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1976) Need to upgrade to new namespaces 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-1976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13859176#comment-13859176 ] Christopher Tubbs commented on ACCUMULO-1976: --------------------------------------------- I believe I fixed this already. Can anybody confirm it's still an issue? > Need to upgrade to new namespaces > --------------------------------- > > Key: ACCUMULO-1976 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1976 > Project: Accumulo > Issue Type: Bug > Components: master, tserver > Reporter: John Vines > Assignee: Christopher Tubbs > Priority: Blocker > Fix For: 1.6.0 > > > Attempting to start a 1.6.0 on top of 1.5.0 yields- > {code}2013-12-06 17:47:57,228 [master.Master] FATAL: Error performing upgrade > java.lang.IllegalArgumentException: Improper table name format > at org.apache.accumulo.core.client.impl.Tables.qualify(Tables.java:188) > at org.apache.accumulo.core.client.impl.Tables.qualified(Tables.java:175) > at org.apache.accumulo.core.client.impl.Tables.getMap(Tables.java:81) > at org.apache.accumulo.core.client.impl.Tables.getIdToNameMap(Tables.java:111) > at org.apache.accumulo.core.client.impl.Tables.getTableName(Tables.java:100) > at org.apache.accumulo.server.security.AuditedSecurityOperation.getTableName(AuditedSecurityOperation.java:80) > at org.apache.accumulo.server.security.AuditedSecurityOperation.grantTablePermission(AuditedSecurityOperation.java:379) > at org.apache.accumulo.master.Master.upgradeZookeeper(Master.java:322) > at org.apache.accumulo.master.Master.setMasterState(Master.java:267) > at org.apache.accumulo.master.Master.getMasterLock(Master.java:1849) > at org.apache.accumulo.master.Master.run(Master.java:1678) > at org.apache.accumulo.master.Master.main(Master.java:1865) > 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:622) > at org.apache.accumulo.start.Main$1.run(Main.java:137) > at java.lang.Thread.run(Thread.java:701) > {code} > And then things just die. -- This message was sent by Atlassian JIRA (v6.1.5#6160)