Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
ARTEMIS-2859 unveiled a bug on reference counting for large messages
where I was not considering durable references.
Since after ARTEMIS-2859 we always increment refUp (for both durable and non durable), it caused an issue when there was only durable references. leaving the message without being removed eventually.