You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Christopher L. Shannon (JIRA)" <ji...@apache.org> on 2016/07/12 14:26:20 UTC

[jira] [Created] (AMQ-6352) Temporary message store cursor does not track store message size properly

Christopher L. Shannon created AMQ-6352:
-------------------------------------------

             Summary: Temporary message store cursor does not track store message size properly
                 Key: AMQ-6352
                 URL: https://issues.apache.org/jira/browse/AMQ-6352
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.13.3
            Reporter: Christopher L. Shannon
            Assignee: Christopher L. Shannon
            Priority: Minor


The PList implementation for the temporary store that is used by the FilePendingMessageCursor has a bug that causes the message size to not be accurate.  On removal of an item from the PList, a null reference is always passed to the onRemove method by mistake.  This causes the message size counter to not decrement properly.



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