-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
The call to XATerminator::recover() only returns transactions that are in the RecoveryStore.
What if?
1. EIS propagates transaction "XYZ"
2. EIS crashes
3. We are not notified of this
4. EIS recovers
5. EIS calls XATerminator::recover
6. The inflight "XYZ" is not returned as it was not prepared and is therefore not in the RecoveryStore
- blocks
-
JBTM-895 Expose an API that allows JTA to be controlled in a distributed manner
- Closed