Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-4046

Improve broker's performance by rate limiting queue cleanup.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 0.16
    • 0.17
    • C++ Broker
    • None

    Description

      The cleanup of dequeued messages is done on the receive path with the Queue's messageLock held (has to be held). When multiple consumers with large ack windows are sharing the queue, a large backlog of messages can build up. Performance of the consumer can be improved by rate limiting this queue cleanup.

      Attachments

        1. patch.txt
          2 kB
          Ken Giusti

        Activity

          People

            kgiusti Ken Giusti
            kgiusti Ken Giusti
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: