You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/09/01 15:55:21 UTC

[jira] [Commented] (AMQ-6413) kahadb concurrentStoreAndDispatch - producer audit managed by store is skipped

    [ https://issues.apache.org/jira/browse/AMQ-6413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15455837#comment-15455837 ] 

ASF subversion and git services commented on AMQ-6413:
------------------------------------------------------

Commit f8bc19b96da752e216de2c5c543a7d8523512a03 in activemq's branch refs/heads/master from [~gtully]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=f8bc19b ]

AMQ-6413 - ensure audit update on skipped store add for kahadb concurrentStoreAndDispatch. Fix and test


> kahadb concurrentStoreAndDispatch - producer audit managed by store is skipped
> ------------------------------------------------------------------------------
>
>                 Key: AMQ-6413
>                 URL: https://issues.apache.org/jira/browse/AMQ-6413
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Message Store
>    Affects Versions: 5.14.0
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>             Fix For: 5.15.0
>
>
> failover replay or inflight sends are trapped by the producer audit that is backed by the persistence adapter audit.
> The intent is to drop any resend that has made it into the store.
> With concurrentStoreAndDispatch messages can skip the store but also can skip the audit.
> A failover resend can get delivered to the store and replayed to the cursor. 
> AMQ-6406 and the message will go the the DLQ or get dispatched if the cursor audit is disabled/exhausted.
> Pre AMQ-6406 the message would not get dispatched till restart, holding up gc.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)