-
Enhancement
-
Resolution: Done
-
Major
-
5.7.0.Final
-
None
JTS moves transaction to heuristic state when participant during recovery returns XAExeption.XAER_NOTA error code. This is a bit pointless as this particular error code does not mean that there was some trouble with RM but that RM just already does not know about the transaction branch. For recovery it means that the branch was committed/rolled-back either before recovery started or in some previous recovery run (where probably something crashed).
We can assumed the transaction was completed and ignore the XAER_NOTA (in case of recovery). This behaviour is already present in JTA.
This came from EAP issue: JBEAP-13023 where you can find more on the reproducing.
- clones
-
JBEAP-13023 There are in doubt transactions after communication DB to EAP is halted
- Closed
- is related to
-
WFLY-9816 There are in doubt transactions after communication DB to EAP is halted
- Closed