Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 22B7D200B53 for ; Tue, 12 Jul 2016 16:26:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 21305160A56; Tue, 12 Jul 2016 14:26:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 60E77160A53 for ; Tue, 12 Jul 2016 16:26:21 +0200 (CEST) Received: (qmail 8632 invoked by uid 500); 12 Jul 2016 14:26:20 -0000 Mailing-List: contact issues-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list issues@activemq.apache.org Received: (qmail 8601 invoked by uid 99); 12 Jul 2016 14:26:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2016 14:26:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 75A492C02A1 for ; Tue, 12 Jul 2016 14:26:20 +0000 (UTC) Date: Tue, 12 Jul 2016 14:26:20 +0000 (UTC) From: "Christopher L. Shannon (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMQ-6352) Temporary message store cursor does not track store message size properly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 12 Jul 2016 14:26:22 -0000 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)