milleruntime commented on issue #2146: URL: https://github.com/apache/accumulo/issues/2146#issuecomment-857873020
I am not sure of everything involved with changing property names but I know they will, at the very least, be stored in Zookeeper and config files. There has been a similar change recently where we renamed master to manager, perhaps that change could help as a guide. See https://github.com/apache/accumulo/pull/1873 Here is the upgrade code for that change where properties are updated in ZK: https://github.com/apache/accumulo/blob/8a636a3ba91f5dae1d8b09b095178889a7d79c1d/server/manager/src/main/java/org/apache/accumulo/manager/upgrade/Upgrader9to10.java#L237 -- 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: us...@infra.apache.org