milleruntime commented on PR #2780: URL: https://github.com/apache/accumulo/pull/2780#issuecomment-1235471469
@ctubbsii what do you think the special methods, `fail()` and `delete()` being called on a `FateTransaction`? These currently require the Manager to be down to free the lock, which I feel is a special circumstance. A user can easily get the `Set<FateTransaction>` while the Manager is running and call these methods. We could easily throw an error if the Manager is running but it seems like that could trip up users. -- 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]
