-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2025-10-13, CAR Team 2025-10-27
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We are currently reporting the following in the serverStatus output:
queues:
execution:
read:
out: 30,
available: 20,
totalTickets: 70,
exempt: { ... }
lowPriority: { ... }
normalPriority: { ... }
write:
out: 10,
available: 10,
totalTickets: 20,
exempt: { ... }
lowPriority: { ... }
normalPriority: { ... }
There are two issues that need to be addressed:
- The values for totalTickets, out, and available currently represent only the normalPriority pool, rather than the combined totals of both the normal and low priority pools.
- We should also report these statistics per priority, nested under each priority level.