-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
Some uids left in ts-log during the "Halts server at commit phase on TestXAResource after commit was invoked on JPA/JMS XA resource." scenario involving a standard JMS resource and expecting LRCO will be used:
- enlist XA resource
- enlist TestXA resource
- prepare XA resource
- prepare TestXA resource
- commit XA resource
- JVM crash
- recovery started
- commit TestXA resource
java.lang.AssertionError: Recovery failed, some Uids still left in the tx log - number of pending uids before test: 0, pending uids after test: 1. Pending Uids are: [0:ffff7f000001:-2dd2fce6:676202c6:53] at org.junit.Assert.fail(Assert.java:89) at org.jboss.as.test.jbossts.base.TestBaseOneServer.checkIfTransactionManagerLogStoreIsEmpy(TestBaseOneServer.java:644) at org.jboss.as.test.jbossts.base.TestBaseOneServer.checkIfTxLogsAreEmpty(TestBaseOneServer.java:589) at org.jboss.as.test.jbossts.crashrec.test.TestBaseCrashRecovery.commitHaltTest(TestBaseCrashRecovery.java:487) at org.jboss.as.test.jbossts.crashrec.test.TestBaseCrashRecovery.commitHaltFirst(TestBaseCrashRecovery.java:391)
The issue has been caused by (cc rhn-engineering-mmusgrov)
- https://github.com/wildfly/wildfly/commit/80435d82a4e3ee2780f9ce796d1e060e2985c36b
- https://github.com/jbosstm/narayana/commit/733966105a6373814ddafe6d6cb141efc7c6adec
JBTM-3881
This issue is a blocker, because it's a regression against EAP 8.0.
- is blocked by
-
JBTM-3881 Unreported heuristic outcomes when using multiple last resources
- Resolved
- is incorporated by
-
JBEAP-29199 (8.1.z) Upgrade Narayana from 7.1.0.Final to 7.1.1.Final
- New