[JBoss JIRA] (JBTM-2579) Throw XAException in XATerminator::commit if a wrapped resource fails transiently
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/JBTM-2579?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on JBTM-2579:
-----------------------------------------------
Jiří Bílek <jbilek(a)redhat.com> changed the Status of [bug 1329142|https://bugzilla.redhat.com/show_bug.cgi?id=1329142] from ON_QA to VERIFIED
> Throw XAException in XATerminator::commit if a wrapped resource fails transiently
> ---------------------------------------------------------------------------------
>
> Key: JBTM-2579
> URL: https://issues.jboss.org/browse/JBTM-2579
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: JTA
> Reporter: Tom Jenkinson
> Assignee: Tom Jenkinson
> Priority: Critical
> Fix For: 4.17.31, 5.2.9.Final
>
>
> It is possible for a resource that we are wrapping to return say XA_RETRY or XA_RMFAIL and therefore end up in the BasicAction failed list. However there is no error returned from commit in this circumstance as the recovery manager should ensure a consistent outcome.
> The reason this becomes a problem for JTA and XATerminator in particular is that as no error is returned a parent coordinator will assume the branch completed successfully. In the future when it calls XATerminator::recover though this branch will be returned and detected as an orphan.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (JBTM-2696) TestGroup_txcore_recovery failure on DB2
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2696?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson reassigned JBTM-2696:
-----------------------------------
Assignee: Tom Jenkinson (was: Michael Musgrove)
> TestGroup_txcore_recovery failure on DB2
> ----------------------------------------
>
> Key: JBTM-2696
> URL: https://issues.jboss.org/browse/JBTM-2696
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: Testing
> Reporter: Gytis Trikleris
> Assignee: Tom Jenkinson
> Priority: Minor
> Fix For: 5.next
>
>
> {code}
> [junit] Running org.jboss.jbossts.qa.junit.testgroup.TestGroup_txcore_recovery
> [junit] Tests run: 36, Failures: 1, Errors: 0, Time elapsed: 3,224.323 sec
> [junit] Test org.jboss.jbossts.qa.junit.testgroup.TestGroup_txcore_recovery FAILED
> {code}
> Recovery_Crash_LockManager_Test008/server_0_output.txt
> {code}
> 2016-06-25 03:12:45,296 out: 2016-06-25 03:12:45,290 [Periodic Recovery] WARN com.arjuna.ats.txoj - ARJUNA015011: RecoveredTransactionalObject::findHoldingTransaction - exception
> 2016-06-25 03:12:45,296 out: java.io.IOException: java.lang.NullPointerException
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.arjuna.StateManager.unpackHeader(StateManager.java:741)
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.txoj.recovery.RecoveredTransactionalObject.findHoldingTransaction(RecoveredTransactionalObject.java:175)
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.txoj.recovery.RecoveredTransactionalObject.replayPhase2(RecoveredTransactionalObject.java:88)
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.txoj.recovery.TORecoveryModule.recoverObject(TORecoveryModule.java:232)
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.txoj.recovery.TORecoveryModule.periodicWorkSecondPass(TORecoveryModule.java:183)
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.doWorkInternal(PeriodicRecovery.java:793)
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.run(PeriodicRecovery.java:375)
> 2016-06-25 03:12:45,296 out: Caused by: java.lang.NullPointerException
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.arjuna.StateManager.unpackHeader(StateManager.java:706)
> 2016-06-25 03:12:45,296 out: ... 6 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (JBTM-2696) TestGroup_txcore_recovery failure on DB2
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2696?page=com.atlassian.jira.plugin.... ]
Issue was automatically transitioned when Tom Jenkinson created pull request #1029 in GitHub
--------------------------------------------------------------------------------------------
Status: Pull Request Sent (was: Open)
> TestGroup_txcore_recovery failure on DB2
> ----------------------------------------
>
> Key: JBTM-2696
> URL: https://issues.jboss.org/browse/JBTM-2696
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: Testing
> Reporter: Gytis Trikleris
> Assignee: Michael Musgrove
> Priority: Minor
> Fix For: 5.next
>
>
> {code}
> [junit] Running org.jboss.jbossts.qa.junit.testgroup.TestGroup_txcore_recovery
> [junit] Tests run: 36, Failures: 1, Errors: 0, Time elapsed: 3,224.323 sec
> [junit] Test org.jboss.jbossts.qa.junit.testgroup.TestGroup_txcore_recovery FAILED
> {code}
> Recovery_Crash_LockManager_Test008/server_0_output.txt
> {code}
> 2016-06-25 03:12:45,296 out: 2016-06-25 03:12:45,290 [Periodic Recovery] WARN com.arjuna.ats.txoj - ARJUNA015011: RecoveredTransactionalObject::findHoldingTransaction - exception
> 2016-06-25 03:12:45,296 out: java.io.IOException: java.lang.NullPointerException
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.arjuna.StateManager.unpackHeader(StateManager.java:741)
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.txoj.recovery.RecoveredTransactionalObject.findHoldingTransaction(RecoveredTransactionalObject.java:175)
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.txoj.recovery.RecoveredTransactionalObject.replayPhase2(RecoveredTransactionalObject.java:88)
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.txoj.recovery.TORecoveryModule.recoverObject(TORecoveryModule.java:232)
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.txoj.recovery.TORecoveryModule.periodicWorkSecondPass(TORecoveryModule.java:183)
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.doWorkInternal(PeriodicRecovery.java:793)
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.run(PeriodicRecovery.java:375)
> 2016-06-25 03:12:45,296 out: Caused by: java.lang.NullPointerException
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.arjuna.StateManager.unpackHeader(StateManager.java:706)
> 2016-06-25 03:12:45,296 out: ... 6 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (JBTM-2696) TestGroup_txcore_recovery failure on DB2
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2696?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-2696:
--------------------------------
Description:
{code}
[junit] Running org.jboss.jbossts.qa.junit.testgroup.TestGroup_txcore_recovery
[junit] Tests run: 36, Failures: 1, Errors: 0, Time elapsed: 3,224.323 sec
[junit] Test org.jboss.jbossts.qa.junit.testgroup.TestGroup_txcore_recovery FAILED
{code}
Recovery_Crash_LockManager_Test008/server_0_output.txt
{code}
2016-06-25 03:12:45,296 out: 2016-06-25 03:12:45,290 [Periodic Recovery] WARN com.arjuna.ats.txoj - ARJUNA015011: RecoveredTransactionalObject::findHoldingTransaction - exception
2016-06-25 03:12:45,296 out: java.io.IOException: java.lang.NullPointerException
2016-06-25 03:12:45,296 out: at com.arjuna.ats.arjuna.StateManager.unpackHeader(StateManager.java:741)
2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.txoj.recovery.RecoveredTransactionalObject.findHoldingTransaction(RecoveredTransactionalObject.java:175)
2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.txoj.recovery.RecoveredTransactionalObject.replayPhase2(RecoveredTransactionalObject.java:88)
2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.txoj.recovery.TORecoveryModule.recoverObject(TORecoveryModule.java:232)
2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.txoj.recovery.TORecoveryModule.periodicWorkSecondPass(TORecoveryModule.java:183)
2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.doWorkInternal(PeriodicRecovery.java:793)
2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.run(PeriodicRecovery.java:375)
2016-06-25 03:12:45,296 out: Caused by: java.lang.NullPointerException
2016-06-25 03:12:45,296 out: at com.arjuna.ats.arjuna.StateManager.unpackHeader(StateManager.java:706)
2016-06-25 03:12:45,296 out: ... 6 more
{code}
was:
{code}
[junit] Running org.jboss.jbossts.qa.junit.testgroup.TestGroup_txcore_recovery
[junit] Tests run: 36, Failures: 1, Errors: 0, Time elapsed: 3,224.323 sec
[junit] Test org.jboss.jbossts.qa.junit.testgroup.TestGroup_txcore_recovery FAILED
{code}
> TestGroup_txcore_recovery failure on DB2
> ----------------------------------------
>
> Key: JBTM-2696
> URL: https://issues.jboss.org/browse/JBTM-2696
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: Testing
> Reporter: Gytis Trikleris
> Assignee: Michael Musgrove
> Priority: Minor
> Fix For: 5.next
>
>
> {code}
> [junit] Running org.jboss.jbossts.qa.junit.testgroup.TestGroup_txcore_recovery
> [junit] Tests run: 36, Failures: 1, Errors: 0, Time elapsed: 3,224.323 sec
> [junit] Test org.jboss.jbossts.qa.junit.testgroup.TestGroup_txcore_recovery FAILED
> {code}
> Recovery_Crash_LockManager_Test008/server_0_output.txt
> {code}
> 2016-06-25 03:12:45,296 out: 2016-06-25 03:12:45,290 [Periodic Recovery] WARN com.arjuna.ats.txoj - ARJUNA015011: RecoveredTransactionalObject::findHoldingTransaction - exception
> 2016-06-25 03:12:45,296 out: java.io.IOException: java.lang.NullPointerException
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.arjuna.StateManager.unpackHeader(StateManager.java:741)
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.txoj.recovery.RecoveredTransactionalObject.findHoldingTransaction(RecoveredTransactionalObject.java:175)
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.txoj.recovery.RecoveredTransactionalObject.replayPhase2(RecoveredTransactionalObject.java:88)
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.txoj.recovery.TORecoveryModule.recoverObject(TORecoveryModule.java:232)
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.txoj.recovery.TORecoveryModule.periodicWorkSecondPass(TORecoveryModule.java:183)
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.doWorkInternal(PeriodicRecovery.java:793)
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.run(PeriodicRecovery.java:375)
> 2016-06-25 03:12:45,296 out: Caused by: java.lang.NullPointerException
> 2016-06-25 03:12:45,296 out: at com.arjuna.ats.arjuna.StateManager.unpackHeader(StateManager.java:706)
> 2016-06-25 03:12:45,296 out: ... 6 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months