Correctly report the number of tickets per priority (kLow and kNormal) and operation (kRead and kWrite)

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.3.0-rc0
    • 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:

      1. 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.
      2. We should also report these statistics per priority, nested under each priority level.

            Assignee:
            Marcos José Grillo Ramirez
            Reporter:
            Pol Pinol
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: