You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org> on 2007/03/08 14:00:36 UTC

[jira] Created: (QPID-408) Queue Depth data incorrect

Queue Depth data incorrect
--------------------------

                 Key: QPID-408
                 URL: https://issues.apache.org/jira/browse/QPID-408
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
    Affects Versions: M2
            Reporter: Marnie McCormack
            Priority: Minor
             Fix For: M2


If you configure Queue Depth Alerting you'll see that the queue depth reported continues to increase, even when messages have been consumed from the queue and acknowledged. 


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (QPID-408) Queue Depth data incorrect

Posted by "Bhupendra Bhardwaj (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484088 ] 

Bhupendra Bhardwaj commented on QPID-408:
-----------------------------------------

Commits are applied in M2 branch.
For displaying the queue depth in bytes/KB, a new JIRA is raise. QPID-433

> Queue Depth data incorrect
> --------------------------
>
>                 Key: QPID-408
>                 URL: https://issues.apache.org/jira/browse/QPID-408
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M2
>            Reporter: Marnie McCormack
>         Assigned To: Bhupendra Bhardwaj
>            Priority: Minor
>             Fix For: M2
>
>
> If you configure Queue Depth Alerting you'll see that the queue depth reported continues to increase, even when messages have been consumed from the queue and acknowledged. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (QPID-408) Queue Depth data incorrect

Posted by "Bhupendra Bhardwaj (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483077 ] 

Bhupendra Bhardwaj commented on QPID-408:
-----------------------------------------

Regarding the error reported in the above comment by Marnie:
I believe this is not a bug. I guess, the messages being sent by user are of size less than 1k(1024b). May be the user is sending messages of size1000 bytes. This is less than 1KB. So the depth will be 0 as the depth is shown in KB.


> Queue Depth data incorrect
> --------------------------
>
>                 Key: QPID-408
>                 URL: https://issues.apache.org/jira/browse/QPID-408
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M2
>            Reporter: Marnie McCormack
>         Assigned To: Bhupendra Bhardwaj
>            Priority: Minor
>             Fix For: M2
>
>
> If you configure Queue Depth Alerting you'll see that the queue depth reported continues to increase, even when messages have been consumed from the queue and acknowledged. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-408) Queue Depth data incorrect

Posted by "Bhupendra Bhardwaj (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhupendra Bhardwaj resolved QPID-408.
-------------------------------------

    Resolution: Fixed

> Queue Depth data incorrect
> --------------------------
>
>                 Key: QPID-408
>                 URL: https://issues.apache.org/jira/browse/QPID-408
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M2
>            Reporter: Marnie McCormack
>         Assigned To: Bhupendra Bhardwaj
>            Priority: Minor
>             Fix For: M2
>
>
> If you configure Queue Depth Alerting you'll see that the queue depth reported continues to increase, even when messages have been consumed from the queue and acknowledged. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (QPID-408) Queue Depth data incorrect

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marnie McCormack reopened QPID-408:
-----------------------------------


User reported that there's a bug with Queue Depth displayed via the management console on rev r517683-725. Is this likely to be as a reult of bug fixes only being applied to one of the two branches we build from ??

Please retest with this build/console and apply fix if appropriate.

User info:

I see when using the Management console in that it shows the queue depth at one less than there actually is.  Ie when I put one message on the queue it shows depth of 0, when I put 2 on depth is 1, 3 has depth 2 etc.  I have confirmed that the messages are actually there by then retrieving them off the queue.

> Queue Depth data incorrect
> --------------------------
>
>                 Key: QPID-408
>                 URL: https://issues.apache.org/jira/browse/QPID-408
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M2
>            Reporter: Marnie McCormack
>         Assigned To: Bhupendra Bhardwaj
>            Priority: Minor
>             Fix For: M2
>
>
> If you configure Queue Depth Alerting you'll see that the queue depth reported continues to increase, even when messages have been consumed from the queue and acknowledged. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (QPID-408) Queue Depth data incorrect

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483129 ] 

Marnie McCormack commented on QPID-408:
---------------------------------------

Need to address the limitations of displaying depth as 0 when its between 0 & 1 - should round up. 

Also, think the original issue still applies on the perf_testing_persistent branch as commits not applied there.

Please action.

> Queue Depth data incorrect
> --------------------------
>
>                 Key: QPID-408
>                 URL: https://issues.apache.org/jira/browse/QPID-408
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M2
>            Reporter: Marnie McCormack
>         Assigned To: Bhupendra Bhardwaj
>            Priority: Minor
>             Fix For: M2
>
>
> If you configure Queue Depth Alerting you'll see that the queue depth reported continues to increase, even when messages have been consumed from the queue and acknowledged. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-408) Queue Depth data incorrect

Posted by "Bhupendra Bhardwaj (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhupendra Bhardwaj resolved QPID-408.
-------------------------------------

    Resolution: Fixed

This issue is fixed on the perftesting branch. This issue was not present in the trunk.
Tests are added in Broker module for this defect.

> Queue Depth data incorrect
> --------------------------
>
>                 Key: QPID-408
>                 URL: https://issues.apache.org/jira/browse/QPID-408
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M2
>            Reporter: Marnie McCormack
>         Assigned To: Bhupendra Bhardwaj
>            Priority: Minor
>             Fix For: M2
>
>
> If you configure Queue Depth Alerting you'll see that the queue depth reported continues to increase, even when messages have been consumed from the queue and acknowledged. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (QPID-408) Queue Depth data incorrect

Posted by "Bhupendra Bhardwaj (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhupendra Bhardwaj reassigned QPID-408:
---------------------------------------

    Assignee: Bhupendra Bhardwaj

> Queue Depth data incorrect
> --------------------------
>
>                 Key: QPID-408
>                 URL: https://issues.apache.org/jira/browse/QPID-408
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M2
>            Reporter: Marnie McCormack
>         Assigned To: Bhupendra Bhardwaj
>            Priority: Minor
>             Fix For: M2
>
>
> If you configure Queue Depth Alerting you'll see that the queue depth reported continues to increase, even when messages have been consumed from the queue and acknowledged. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.