You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/01/07 03:25:50 UTC

[jira] [Commented] (ACCUMULO-1976) Need to upgrade to new namespaces

    [ https://issues.apache.org/jira/browse/ACCUMULO-1976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13863831#comment-13863831 ] 

ASF subversion and git services commented on ACCUMULO-1976:
-----------------------------------------------------------

Commit ea8fe54145b306310a93e9df65ea5277dff2853e in branch refs/heads/1.6.0-SNAPSHOT from [~ctubbsii]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=ea8fe54 ]

ACCUMULO-1976 Fix upgrade broken by ACCUMULO-2093


> 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)