[ 
https://issues.apache.org/jira/browse/ARTEMIS-3384?focusedWorklogId=623102&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-623102
 ]

ASF GitHub Bot logged work on ARTEMIS-3384:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Jul/21 15:07
            Start Date: 15/Jul/21 15:07
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on a change in pull request 
#3652:
URL: https://github.com/apache/activemq-artemis/pull/3652#discussion_r670551056



##########
File path: 
artemis-server/src/main/java/org/apache/activemq/artemis/core/postoffice/impl/PersistentDuplicateIDCache.java
##########
@@ -240,6 +242,7 @@ private synchronized void addToCache(final ByteArray holder,
          }
 
          if (instantAdd) {
+            addToCacheInMemory(holder, recordID);

Review comment:
       I don't get it.. wouldn't this be either in TX or not?
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 623102)
    Time Spent: 20m  (was: 10m)

> Duplicated messages with bridge duplicate detection enabled
> -----------------------------------------------------------
>
>                 Key: ARTEMIS-3384
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3384
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Domenico Francesco Bruscino
>            Assignee: Domenico Francesco Bruscino
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The target server fails to perform duplicate detection on messages it 
> receives from the bridge. If the connection fails or server crashes, then, 
> when the bridge resumes it will resend unacknowledged messages. This results 
> in duplicate messages if the target server is still processing unacknowledged 
> messages preciously sent.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to