Issue Details (XML | Word | Printable)

Key: MULE-3762
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Daniel Feist
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Mule

Service queue statistics incorrect after restart when using persistent seda queue

Created: 03/Oct/08 10:36 AM   Updated: 21/Nov/08 10:48 AM
Component/s: Core: Queues (SEDA) / Persistence
Affects Version/s: 2.0.2, 2.1-M2
Fix Version/s: 2.1.x Backlog

Time Tracking:
Not Specified

Issue Links:
Block
 
Related
 

Labels:
User impact: Medium
Effort points: 0.5


 Description  « Hide
This is because statistics rely on incQueuedEvent() and decQueuedEvent() assuming queue is empty when mule starts. If persistent queue is used this may not be the case leading to incorrect stats.

 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Daniel Feist added a comment - 21/Nov/08 10:48 AM
At first sight this seems to be just a case of using existing queue size when initializing service statistics rather than 0. On the other hand I'm not sure how this would play with the other statistics that calculate averages based on this value.