ctubbsii commented on pull request #1787:
URL: https://github.com/apache/accumulo/pull/1787#issuecomment-729320071


   > Adding a change to the upgrade code is not that big of deal anymore, since 
it is now done in one spot. There is already a method for upgrading data in ZK 
going from 2.0 to 2.1. See
   > 
   > 
https://github.com/apache/accumulo/blob/cccac86255cd2d0ecd49e791162ca5cdf07512b6/server/manager/src/main/java/org/apache/accumulo/master/upgrade/Upgrader9to10.java#L96
   
   The problem with this upgrade code is that we can't upgrade our hashes 
without knowing the original passwords, and we don't know that until we can 
successfully authenticate using a provided password. We *might* be able to 
transform our existing passwords into something that is readable using 
commons-codec, but I doubt we use the salt exactly the same way.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to