[jira] [Commented] (ARTEMIS-4784) Large messages are being kept on the ReplicationEndpoint after they are closed.

2024-05-28 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ARTEMIS-4784:
--

Commit fa06b7013416a3e1ff85ca109e292c6f0aeeab25 in activemq-artemis's branch 
refs/heads/main from Clebert Suconic
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=fa06b70134 ]

ARTEMIS-4784 Large Messages should removed from HashMap on ReplicatioEndpoint 
after being closed


> Large messages are being kept on the ReplicationEndpoint after they are 
> closed.
> ---
>
> Key: ARTEMIS-4784
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4784
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Reporter: Clebert Suconic
>Assignee: Clebert Suconic
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The entries for these large messages need to be removed as soon as the file 
> is closed:
> https://github.com/apache/activemq-artemis/blob/49189cd7e63a64fcda947dbd72fd7849348b71c9/artemis-server/src/main/java/org/apache/activemq/artemis/core/replication/ReplicationEndpoint.java#L134
> When a remove is needed a new object should be created instead of keeping the 
> hash longer.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@activemq.apache.org
For additional commands, e-mail: issues-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact




[jira] [Commented] (ARTEMIS-4784) Large messages are being kept on the ReplicationEndpoint after they are closed.

2024-06-11 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ARTEMIS-4784:
--

Commit 4eb90765a7f2a6ca49664097cad7651cbc3e5439 in activemq-artemis's branch 
refs/heads/main from Clebert Suconic
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=4eb90765a7 ]

ARTEMIS-4813 Large Message in replication / sync could lose part of the body

This is a regressio after ARTEMIS-4784


> Large messages are being kept on the ReplicationEndpoint after they are 
> closed.
> ---
>
> Key: ARTEMIS-4784
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4784
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Reporter: Clebert Suconic
>Assignee: Clebert Suconic
>Priority: Major
> Fix For: 2.34.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The entries for these large messages need to be removed as soon as the file 
> is closed:
> https://github.com/apache/activemq-artemis/blob/49189cd7e63a64fcda947dbd72fd7849348b71c9/artemis-server/src/main/java/org/apache/activemq/artemis/core/replication/ReplicationEndpoint.java#L134
> When a remove is needed a new object should be created instead of keeping the 
> hash longer.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@activemq.apache.org
For additional commands, e-mail: issues-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact