cshannon opened a new pull request, #4302: URL: https://github.com/apache/accumulo/pull/4302
When FATE cleans up transactions that are successful, it will check the auto_clean flag and if set will delete the transaction. But if it is false or not set then it will iterate over all the repos and call pop to remove them to save space so we need to add SUCCESSFUL to the allowed statuses for pop, along with FAILED_IN_PROGRESS. We don't need to add FAILED because when FAILED_IN_PROGRESS is set FATE will already pop all the repos and clean up before setting the status to FAILED so pop should never be called in a FAILED state. This closes #4300 -- 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]
