You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2008/10/01 14:04:52 UTC

[jira] Closed: (AMQ-1959) org.apache.activemq.broker.ft.TransactedTopicMasterSlaveTest.testSendReceiveTransactedBatchesWithMasterStop() hangs on tearDown

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

Gary Tully closed AMQ-1959.
---------------------------

    Resolution: Fixed

Committed revision 700746
pendingAck, used to accumulate acks was not being cleared on transaction commit message ack, so a pending ack was being attempting to be send on shutdown over a failover connection that would hang waiting for a reconnect that would never happen as test was on the way out. In essence, messages already acked were being acked at dispose in error, which resulted in the hang.

> org.apache.activemq.broker.ft.TransactedTopicMasterSlaveTest.testSendReceiveTransactedBatchesWithMasterStop() hangs on tearDown
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-1959
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1959
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>             Fix For: 5.3.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.