DomGarguilo commented on issue #637: URL: https://github.com/apache/accumulo/issues/637#issuecomment-749031876
It seems that something like the `.withProtection()` in curator could be implemented to help with this issue. From what I understand, `.withProtection()` prefixes the name of the node being created with a GUID/UUID which, if creation fails, is searched for on the parent path and returned if found. In accumulo if node creation fails, depending on why it fails, the creation is either retried or an exception is thrown. My thinking is that during this retry, before an attempt is made to create a new node, the name of the initial node prefixed with the UUID is searched for and returned if found. At the moment I'm still looking into how this might be implemented and determining if this a viable solution. ---------------------------------------------------------------- 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]
