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

ASF GitHub Bot commented on ARTEMIS-328:
----------------------------------------

GitHub user clebertsuconic opened a pull request:

    https://github.com/apache/activemq-artemis/pull/284

    ARTEMIS-328 Fixing message loss through the bridge

    https://issues.apache.org/jira/browse/ARTEMIS-328

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/clebertsuconic/activemq-artemis master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/284.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #284
    
----
commit 9167213f00cc0c7f506c7986a551dbc4fecd2dea
Author: Clebert Suconic <[email protected]>
Date:   2015-12-22T03:50:10Z

    ARTEMIS-328 Fixing message loss through the bridge
    
    https://issues.apache.org/jira/browse/ARTEMIS-328

----


> Bridge could eventually delete messages without sendings during acks
> --------------------------------------------------------------------
>
>                 Key: ARTEMIS-328
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-328
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 1.1.0
>            Reporter: clebert suconic
>             Fix For: 1.2.0
>
>
> I could see this on a rare race. I couldn't write a testcase yet.. but the 
> issue is that the acks are coming from credits and removing from a queue. if 
> a race happens while flush and disconnect comes you would ack more messages 
> than required, causing removed messages scenarios.



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

Reply via email to