DomGarguilo commented on issue #4114: URL: https://github.com/apache/accumulo/issues/4114#issuecomment-1900971079
Would be cool to have a running list of checks we could add for each operation that way its easier to break things up into multiple PRs and track what has been done and what is still left to do. I'll keep a checklist here for us to add to. I think anyone (that has access) can edit this comment so feel free to add and update this comment. - [ ] when creating a new transaction we should verify that it doesn't already exist. could do this with TabletExistsIterator potentially. - [ ] when we push a new repo onto the stack the repo existing count of repos is what we expect. Could add checks to ensure the spot we are pushing to is empty and the previous spot has an entry. -- 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]
