dlmarion commented on pull request #2266: URL: https://github.com/apache/accumulo/pull/2266#issuecomment-916230283
I'm not sure what password it's changing. But I noticed that using the old and new password in the shell worked. For example, both worked: ``` ./bin/accumulo shell -u root -p secret ./bin/accumulo shell -u root -p secret2 ``` Also, the following worked too: ``` ./bin/accumulo shell -u root -p secret3 ./bin/accumulo shell -u root -p foo ``` This doesn't make sense to me. I am going to init a new instance on `main` and try. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
