foster33 commented on issue #2146: URL: https://github.com/apache/accumulo/issues/2146#issuecomment-860785311
> Sure. What's your question? Where are you having trouble? Thank you. I was wondering about what different parts of the overall code pertain to updating and changing the property names. I know Mike had previously mentioned config files and in zookeeper. I have changed all of the references throughout the code of the old `.walog.` property names to `.wal.`, I have also made sure that all of the old properties have both the `Deprecation` and `ReplacedBy` tag. From there I wanted to put some upgrade code in `Upgrader9to10.java` to rename properties that are not Master/ Manager specific. I then made changes in `DeprecatedPropertyUtil.java` to help find the replacement name for the particular deprecated property. I guess I am wondering what more / changes could I possibly need to do to have them be replaced when looking at the list of Properties in something like the accumulo shell? ... Or if that is even the goal in this. I saw in #1873 that certain things were done to change properties' names, but that was quite different since it was a Prefix type. I hope this helps elaborate on my current progress. -- 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