DomGarguilo commented on issue #637: URL: https://github.com/apache/accumulo/issues/637#issuecomment-752706855
To add this functionality it seems either a boolean value could be accepted by `ZooReaderWriter.putEphemeralSequential()` to denote whether "protection" would be used during creation, or an additional method could be created, something like `putProtectedEphemeralSequential()` to achieve the same effect. I think it would depend on whether any other variant of node may need to be created with this sort of protection as well as other implications of creating a new method or adding a new input value to the existing method. Still trying to work out the second piece as well: how search/recovery of a node from its UUID-prefixed path might work and where that logic should be implemented. ---------------------------------------------------------------- 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]
