foster33 opened a new pull request #2150: URL: https://github.com/apache/accumulo/pull/2150
Fixes #2149 Fixes the bug where the `config` command inside the accumulo shell returns the properties unordered by using `ImmutableSortedMap.copyOf`. There is only one instance that the shell output is directly effected by this so the other TreeMaps that were replaced I left alone and did not want to import additional things if it was not needed. If there are other spots in the commit [4ea9bf1](https://github.com/apache/accumulo/commit/4ea9bf1ac916d66896eaaba329da04714a1e8cba) that would directly benefit from the `ImmutableSortedMap.copyOf` change, I can make those changes as well. -- 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]
