meatballspaghetti opened a new pull request, #5350: URL: https://github.com/apache/accumulo/pull/5350
This PR initializes ZooKeeper to a new root that allows the full path to be omitted elsewhere in ZooKeeper code. The original specified path for ZooKeeper functions was typically `/accumulo/[instanceId]/[remainingPathToDesiredNode]`. In this PR, ZooKeeper is initialized with the root after `/accumulo/[instanceId]`, allowing ZooKeeper functions in the code to only need to specify the `/[remainingPathToDesiredNode]` portion, eliminating redundancy. In other words, instead of needing to specify an absolute path, we can now specify a relative path. Original Issue: #4809 -- 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]
