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

Eric Newton commented on ACCUMULO-1591:
---------------------------------------

Assuming that the user knows they are going to change the system password, they 
can do:

1. Put the new secret in accumulo-site.xml and distribute this file throughout 
the cluster
2. Run ChangeSecret:
{noformat}
$ ./bin/accumulo org.apache.accumulo.server.util.ChangeSecret --old oldpasswd 
--new newpassword
{noformat}

The problem here was that the new servers had scribbled data using the new 
secret, yet could not update things with the old secret.
                
> Upgrading Accumulo with different zookeeper secret causes issues
> ----------------------------------------------------------------
>
>                 Key: ACCUMULO-1591
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1591
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.4.0
>            Reporter: Keith Turner
>            Priority: Critical
>             Fix For: 1.6.0
>
>
> A user ran into an issue where they upgraded Accumulo from 1.4.x to 1.4.y.  
> During the process they changed the zookeeper password.  This resulted in 
> different nodes in zookeeper with different auths and which prevent Accumulo 
> from working properly.

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

Reply via email to