You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Fábio Gomes dos Santos (JIRA)" <ji...@apache.org> on 2016/09/22 21:20:21 UTC

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

     [ https://issues.apache.org/jira/browse/ARTEMIS-748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fábio Gomes dos Santos updated ARTEMIS-748:
-------------------------------------------
    Description: 
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}

O think this occurs after the queue start to paging. But not sure...

  was:
AddressSize shows a negative number on jmx
Basically this information is provided by the jmx interface.
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}

O think this occurs after the queue start to paging. But not sure...


> AddressSize show a negative number. 
> ------------------------------------
>
>                 Key: ARTEMIS-748
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-748
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Fábio Gomes dos Santos
>
> 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}
> O think this occurs after the queue start to paging. But not sure...



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