You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/06/15 22:31:00 UTC

[jira] [Commented] (ARTEMIS-136) XA should send FAIL instead of ERR in case of any communication issues

    [ https://issues.apache.org/jira/browse/ARTEMIS-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14586644#comment-14586644 ] 

ASF GitHub Bot commented on ARTEMIS-136:
----------------------------------------

GitHub user clebertsuconic opened a pull request:

    https://github.com/apache/activemq-artemis/pull/28

    ARTEMIS-136 - XA Error fix with proper exception error

    https://issues.apache.org/jira/browse/ARTEMIS-136
    
    From what I researched from implementers of XA TM if you throw ERR over communication errors the transaction manager will create
    an heuristic transaction to be manually dealt with.
    
    Other XA Implementations (such as Oracle JDBC) are return FAIL over communication failures during any XA operation.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/clebertsuconic/activemq-artemis master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/28.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #28
    
----
commit f883ce925df31508d0a698aa1662cbde5820d885
Author: Clebert Suconic <cl...@apache.org>
Date:   2015-06-15T20:27:54Z

    ARTEMIS-136 - XA Error fix with proper exception error
    
    https://issues.apache.org/jira/browse/ARTEMIS-136
    
    From what I researched from implementers of XA TM if you throw ERR over communication errors the transaction manager will create
    an heuristic transaction to be manually dealt with.
    
    Other XA Implementations (such as Oracle JDBC) are return FAIL over communication failures during any XA operation.

----


> XA should send FAIL instead of ERR in case of any communication issues
> ----------------------------------------------------------------------
>
>                 Key: ARTEMIS-136
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-136
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: clebert suconic
>            Assignee: clebert suconic
>             Fix For: 1.0.1
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)