You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/12/01 22:33:59 UTC

[jira] [Commented] (ARTEMIS-748) AddressSize show a negative number.

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

ASF GitHub Bot commented on ARTEMIS-748:
----------------------------------------

GitHub user clebertsuconic opened a pull request:

    https://github.com/apache/activemq-artemis/pull/903

    ARTEMIS-748 Negative Address Size after paging

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/clebertsuconic/activemq-artemis paging

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/903.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #903
    
----
commit 53be6d1e672e40472376b1732f87683ac617267a
Author: Clebert Suconic <cl...@apache.org>
Date:   2016-12-01T22:28:30Z

    ARTEMIS-748 Negative Address Size after paging

----


> AddressSize show a negative number. 
> ------------------------------------
>
>                 Key: ARTEMIS-748
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-748
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>            Reporter: Fábio Gomes dos Santos
>            Priority: Blocker
>             Fix For: 1.6.0
>
>         Attachments: Grafana   Artemis Queues   Dashboard.png
>
>
> AddressSize shows a negative number on jmx
> Is a Mbean, and his path is:
> {code}
> org.apache.activemq.artemis:type=Broker,brokerName=\"{#ARTEMIS_BROKER}\",module=Core,serviceType=Address,name=\"jms.queue.{#QUEUE_NAME}\"",AddressSize {code}
> i don't know if this is really a bug or this number is expected.
> The queue as no message, but return this:
> {code}Name    Value   Type    Display Name    Update Interval Description
> AddressSize -3636362    long    AddressSize -1  N/A
> {code}
> I think this occurs after the queue starts to paging. But not sure...



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