]
Michael Musgrove reopened WFLY-6942:
------------------------------------
The CLI tooling is missing the delete operation so I am reopening the JIRA to get it
added.
Add a forget operation to the transaction subsystem tooling
-----------------------------------------------------------
Key: WFLY-6942
URL:
https://issues.jboss.org/browse/WFLY-6942
Project: WildFly
Issue Type: Feature Request
Components: Transactions
Affects Versions: 10.1.0.CR1
Reporter: Michael Musgrove
Assignee: Michael Musgrove
Fix For: 11.0.0.Alpha1
The CLI tooling provides two features for dealing with heuristic participants:
* a recover command that will move it back into the prepared state if the admin thinks a
second prepare attempt is likely to succeed;
* a delete operation if the admin thinks it safe to do so;
In the case of XA resources we also need a forget operation which will trigger the
resource adaptor to clean up its end instead of relying on the admin to use tooling
provided by the RA to clean up.