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 subversion and git services (JIRA)" <ji...@apache.org> on 2015/09/03 18:02:46 UTC

[jira] [Commented] (AMQ-5953) XA Transaction 'XID:[...]' has not been started. xaErrorCode:-4 on MessageAck

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

ASF subversion and git services commented on AMQ-5953:
------------------------------------------------------

Commit c7b93d123228a8501e41956493859e581ef0533b in activemq's branch refs/heads/master from [~gtully]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=c7b93d1 ]

https://issues.apache.org/jira/browse/AMQ-5953 - transaction broker, fix sync of xatransaction get with insert


> XA Transaction 'XID:[...]' has not been started. xaErrorCode:-4 on MessageAck
> -----------------------------------------------------------------------------
>
>                 Key: AMQ-5953
>                 URL: https://issues.apache.org/jira/browse/AMQ-5953
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.12.0
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>             Fix For: 5.13.0
>
>
> There is a sync issue in TransactionBroker, that can result in contention on the xatransaction map.
> The result is a get returning null for something present. So an Ack cannot resolve the corresponding transaction. 
> The error - transaction not started - xaErrorCode:-4
> Either a resize or unrelated remove op could cause inconsistency and presumably allow a transient null.
> Trying to reproduce reliably in a test case is elusive. 



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