dlmarion commented on PR #5807: URL: https://github.com/apache/accumulo/pull/5807#issuecomment-3197346612
For reference, the root and metadata table configuration are set to use `root` and `meta` in the 2.1 InitialConfiguration class [here](https://github.com/apache/accumulo/blob/2.1/server/base/src/main/java/org/apache/accumulo/server/init/InitialConfiguration.java#L63-L65) and [here](https://github.com/apache/accumulo/blob/2.1/server/base/src/main/java/org/apache/accumulo/server/init/InitialConfiguration.java#L102-L104). In 4.0 those configuration properties are not set on the root and metadata tables in InitialConfiguration. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
