You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alan Conway (JIRA)" <ji...@apache.org> on 2011/09/01 22:16:09 UTC

[jira] [Resolved] (QPID-3384) Support DTX in a cluster.

     [ https://issues.apache.org/jira/browse/QPID-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Conway resolved QPID-3384.
-------------------------------

    Resolution: Fixed

This bug is fixed on trunk as of #1163347. The fix includes:

r1161742 | QPID-3384: Enable DTX transactions in a cluster.
r1162092 | QPID-3384: Fix compilation errors for boost 1.39 and gcc 4.4.4
r1162104 | QPID-3384: Fix cmake build (added missing file to list)
r1163347 | QPID-3384: DTX transactions - replicate suspended transactions.


> Support DTX in a cluster.
> -------------------------
>
>                 Key: QPID-3384
>                 URL: https://issues.apache.org/jira/browse/QPID-3384
>             Project: Qpid
>          Issue Type: New Feature
>          Components: C++ Broker
>    Affects Versions: 0.10
>            Reporter: Alan Conway
>            Assignee: Alan Conway
>             Fix For: 0.11
>
>
> Description of problem:
> Broker currently does not support DTX transactions in a cluster. It raises an exception if
> there is an attempt to create one.
> Add support for DTX, with appropriate testing for cluster cases.
> How reproducible: 100%
> Steps to Reproduce:
> qpid-txtest --dtx yes 
> Actual results:
> Transfering from tx-test-1 to tx-test-2
> Transfering from tx-test-2 to tx-test-1
> 2011-08-01 09:38:45 warning Broker closed connection: 501, DTX transactions are
> not currently supported by cluster.
> Transfer interrupted: framing-error: DTX transactions are not currently
> supported by cluster.
> 2011-08-01 09:38:45 warning Broker closed connection: 501, DTX transactions are
> not currently supported by cluster.
> Transfer interrupted: framing-error: DTX transactions are not currently
> supported by cluster.
> 2011-08-01 09:38:45 warning Broker closed connection: 501, DTX transactions are
> not currently supported by cluster.
> framing-error: DTX transactions are not currently supported by cluster.
> Expected results:
> The test should pass.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org