Manno15 edited a comment on pull request #1958: URL: https://github.com/apache/accumulo/pull/1958#issuecomment-795354626
In my latest commits, I added a validation and sort method inside `ZooQueueLock`. It pretty much the same as the one in `ZooLock` so it is possible we might want to simplify it some more, but it works as-is. There was only the call in `AdminUtil` that I needed to change to use the new validation function. I also labeled the various areas where we call any of the validation functions with what kind of lock type it is using (Just the ones that are outside of `ZooLock` and its direct tests). EDIT: The only real differences between the two validation functions are the PREFIX name and the lack of UUID. ---------------------------------------------------------------- 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]
