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 2010/08/10 14:43:47 UTC

[jira] Created: (AMQ-2864) AMQ2149KahaDBTest - intermittent missing/out of order message with restart/failover and durable subs

AMQ2149KahaDBTest - intermittent missing/out of order message with restart/failover and durable subs
----------------------------------------------------------------------------------------------------

                 Key: AMQ-2864
                 URL: https://issues.apache.org/activemq/browse/AMQ-2864
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.4.0
            Reporter: Gary Tully
            Assignee: Gary Tully
             Fix For: 5.4.1


intermittent failure, activate of a durable sub and additions to the topic store may need a sync or async store and dispatch topics may need to be disabled.

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


[jira] Resolved: (AMQ-2864) AMQ2149KahaDBTest - intermittent missing/out of order message with restart/failover and durable subs

Posted by "Gary Tully (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully resolved AMQ-2864.
-----------------------------

    Resolution: Fixed

r986264 - disable concurrentStoreAndDispatchTopics by default as it can lead to cursor being out of order w.r.t to the store such that it is possible in the event that the cache becomes exhausted that some messages are skipped for dispatch till a restart.
With a sufficiently large usage limit the cache will always be valid and concurrentStoreAndDispatchTopics can be used to optimise out persistence for fast durable consumers.

> AMQ2149KahaDBTest - intermittent missing/out of order message with restart/failover and durable subs
> ----------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-2864
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2864
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.4.0
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>             Fix For: 5.4.1
>
>
> intermittent failure, activate of a durable sub and additions to the topic store may need a sync or async store and dispatch topics may need to be disabled.

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