kevinrr888 commented on PR #5016: URL: https://github.com/apache/accumulo/pull/5016#issuecomment-2451984478
> Looking at the 3.1 code it would delete the fate tx no matter what state it was in. In 3.1 there as no check in the fate store of the status. Yeah, 3.1 and prior only has `ZooStore`/`MetaFateStore` which never checks for an expected status. The new `UserFateStore` does this for things like `delete()` since it can be performed atomically with conditional mutations. `MetaFateStore` can't do this yet (but should be able with #4905) -- 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]
