John Vines created ACCUMULO-1976:
------------------------------------
Summary: 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
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#6144)