[jboss-jira] [JBoss JIRA] (WFLY-4583) Do not log messages about XAResources which implement XAResourceWrapper SPI and that are known to have completed safely

Tom Jenkinson (JIRA) issues at jboss.org
Tue May 5 04:15:50 EDT 2015


Tom Jenkinson created WFLY-4583:
-----------------------------------

             Summary: Do not log messages about XAResources which implement XAResourceWrapper SPI and that are known to have completed safely
                 Key: WFLY-4583
                 URL: https://issues.jboss.org/browse/WFLY-4583
             Project: WildFly
          Issue Type: Enhancement
          Components: Transactions
            Reporter: Tom Jenkinson
            Assignee: Tom Jenkinson


n the XA protocol a time window exists wherein the RM has committed and thus forgotten a tx branch but the TM has not yet deleted its log. A crash during this window currently results in an unrecoverable situation, as the TM assumes the branch belongs to an RM that is uncontactable and will retry recovery indefinitely. This stems from an inability to relate the Xid to a specific RM. It can be overridden globally with JTAEnvironmentBean.xaAssumeRecoveryComplete, but we would prefer more fine-grained control. With the availability of RM id information from XAResourceWrapper this becomes feasible.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jboss-jira mailing list