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/08/01 17:40:10 UTC

[jira] [Created] (QPID-3384) Add DTX support to the C++ broker.

Add DTX support to the C++ broker.
----------------------------------

                 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


Add DTX transaction support to the C++ broker.

--
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


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

Posted by "Alan Conway (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Conway updated QPID-3384:
------------------------------

    Description: Add DTX transaction support to the C++ broker in a cluster.  (was: Add DTX transaction support to the C++ broker.)

> 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
>
>
> Add DTX transaction support to the C++ broker in a cluster.

--
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


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

Posted by "Justin Ross (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Ross updated QPID-3384:
------------------------------

    Fix Version/s:     (was: 0.11)
                   0.14
    
> 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.14
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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


[jira] [Commented] (QPID-3384) Add DTX support to the C++ broker.

Posted by "Carl Trieloff (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073580#comment-13073580 ] 

Carl Trieloff commented on QPID-3384:
-------------------------------------

We have dtx support, I assume this is for clustered dtx support...

> Add DTX support to the C++ broker.
> ----------------------------------
>
>                 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
>
>
> Add DTX transaction support to the C++ broker.

--
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


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

Posted by "Alan Conway (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Conway updated QPID-3384:
------------------------------

    Description: 
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.


  was:Add DTX transaction support to the C++ broker in a cluster.


> 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


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

Posted by "Alan Conway (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Conway updated QPID-3384:
------------------------------

    Summary: Support DTX in a cluster.  (was: Add DTX support to the C++ broker.)

> 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
>
>
> Add DTX transaction support to the C++ broker.

--
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


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

Posted by "Alan Conway (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13091318#comment-13091318 ] 

Alan Conway commented on QPID-3384:
-----------------------------------

Review https://reviews.apache.org/r/1645/

> 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


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

Posted by "Alan Conway (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13090443#comment-13090443 ] 

Alan Conway commented on QPID-3384:
-----------------------------------

yes, this is for DTX in a cluster.

> 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
>
>
> Add DTX transaction support to the C++ broker in a cluster.

--
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


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

Posted by "Alan Conway (JIRA)" <ji...@apache.org>.
     [ 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