You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Rob Davies (JIRA)" <ji...@apache.org> on 2008/05/22 13:36:54 UTC

[jira] Assigned: (AMQ-1742) False positives from ConnectionAudit duplicateChecker when there are gaps in the message sequences received by a consumer

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

Rob Davies reassigned AMQ-1742:
-------------------------------

    Assignee: Rob Davies

> False positives from ConnectionAudit duplicateChecker when there are gaps in the message sequences received by a consumer
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-1742
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1742
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.1.0
>         Environment: all
>            Reporter: Gary Tully
>            Assignee: Rob Davies
>         Attachments: AMQ-1742.patch
>
>
> a consumer can miss messages with failover transport as the connection audit suppress duplicates feature is enabled for failover connections.
> When there are gaps in the message sequence that span the audit window or when message ids are multiples of 64 the BitArrayBin that backs the AuditChecker gets out of sync and can report false positives, rejecting a duplicate message in error.
> If it is suspected, enable log4j.logger.org.apache.activemq.ActiveMQMessageConsumer=TRACE to see an event when a duplicate is recieved.

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