You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Keith Turner (JIRA)" <ji...@apache.org> on 2014/01/09 18:30:51 UTC

[jira] [Commented] (ACCUMULO-2161) Unable to migrate from 1.5.0 to 1.6.0

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

Keith Turner commented on ACCUMULO-2161:
----------------------------------------

Do you have the same secret configured in accumulo-site.xml for 1.5 and 1.6?

> Unable to migrate from 1.5.0 to 1.6.0
> -------------------------------------
>
>                 Key: ACCUMULO-2161
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2161
>             Project: Accumulo
>          Issue Type: Bug
>          Components: master
>            Reporter: John Vines
>             Fix For: 1.6.0
>
>
> Running start-all results in the following
> {code}2014-01-09 12:01:39,468 [server.Accumulo] INFO : Connected to HDFS
> Thread "org.apache.accumulo.master.state.SetGoalState" died java.lang.reflect.InvocationTargetException
> java.lang.reflect.InvocationTargetException
> 	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)
> Caused by: org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth for /accumulo/19d74712-6e73-4657-82c5-13553709a5f8/masters/goal_state
> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:113)
> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
> 	at org.apache.accumulo.fate.zookeeper.ZooUtil.putData(ZooUtil.java:146)
> 	at org.apache.accumulo.fate.zookeeper.ZooUtil.putPersistentData(ZooUtil.java:126)
> 	at org.apache.accumulo.fate.zookeeper.ZooReaderWriter.putPersistentData(ZooReaderWriter.java:80)
> 	at org.apache.accumulo.master.state.SetGoalState.main(SetGoalState.java:44)
> 	... 6 more
> {code}
> Furthermore, master reports {code}2014-01-09 12:02:28,495 [master.Master] WARN : Failed to get master lock org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth for /accumulo/19d74712-6e73-4657-82c5-13553709a5f8/masters/lock/zlock- {code} constantly.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)