]
Michael Musgrove closed JBTM-3039.
----------------------------------
Resolution: Rejected
Rejected since the functionality is already provided by
Add a bean method to report whether or not all XAResources were
contaced during the last recovery scan
------------------------------------------------------------------------------------------------------
Key: JBTM-3039
URL:
https://issues.jboss.org/browse/JBTM-3039
Project: JBoss Transaction Manager
Issue Type: Enhancement
Components: Recovery
Affects Versions: 5.5.30.Final, 5.8.2.Final
Reporter: Michael Musgrove
Assignee: Michael Musgrove
Fix For: 5.5.31.Final, 5.next
There are some recovery manager use cases where the user needs to know that all orphans
have been detected (for example it is possible that some registered resource managers were
not contactable during the last scan).
This feature would be particularly useful when running on OpenShift in order to determine
when it is safe to scale down and reclaim the space used by a pod.
The proposal is to validate that the recover() method was successfully invoked on all
currently registered resources. The proposed new method should report whether or not
there were any errors or warnings during last recovery scan made by the XARecoveryModule.