Manno15 commented on pull request #2150: URL: https://github.com/apache/accumulo/pull/2150#issuecomment-856857148
@EdColeman I figured out where my confusion came from. I should have paid closer attention, the `printTableConfiguration` checks first to make sure it is a table property. Therefore, the entire file was correct in that everything was ordered by table (the format for dump config is different than the regular config command. It follows the format `config -t accumulo.metadata -s table.split.threshold=64M`). Everything after the `-s` wasn't in sorted order as it was in older versions. @foster33 So yes, both of those print functions should have the same change as the `ConfigCommand`, my mistake on not catching that earlier. -- 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]
