Project

General

Profile

Actions

Bug #19514

closed

Add session-max-unacked option to installer

Added by Chris Roberts almost 7 years ago. Updated almost 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Installer
Target version:
Difficulty:
easy
Triaged:
Fixed in Releases:
Found in Releases:

Description

Cloned from BZ:

FYI the upstream patch for https://issues.apache.org/jira/browse/QPID-7677 adds new configurable option to manage size of outgoing buffer of unsettled/unacknowledged messages. The bigger the buffer is, the more messages can be pending to the consumer but the bigger memory requirements are there.

We should decide what will be the value for Satellite.

Satellite consumers are:
- katello-agent/goferd
- very few messages pending at once (usually just 1)
- pulp celery workers/manager (on 0.10 now, though unaffected until upgraded to 1.0)
- I think limiting capacity to say 10 or 20 wont be problem even for resource_manager
- celery monitoring its event queue
- here the bandwidth might matter the most / this is the most frequent AMQP subscription - so far on 0.10 so unaffected
- pulp.task queue (where http wsgi script writes requests to pulp)
- also quite busy, less than "celery" queue, shall be ok
- various auxiliary queues, usually no deal wrt throughput

So my suggestion would be to add

session-max-unacked=10

to /etc/qpid/qpidd.conf in final solution/deployment/installer.


Related issues 1 (0 open1 closed)

Related to Katello - Bug #19929: Required updates to installer / upgrade wrt. qpid-cpp upgrade to 0.34ClosedChris Roberts06/05/2017Actions
Actions #1

Updated by Chris Roberts almost 7 years ago

  • Status changed from New to Assigned
Actions #2

Updated by Chris Roberts almost 7 years ago

  • Status changed from Assigned to Ready For Testing
  • Pull request https://github.com/Katello/puppet-qpid/pull/62 added
Actions #3

Updated by Brad Buckingham almost 7 years ago

  • Target version changed from 187 to 193
Actions #4

Updated by Chris Roberts almost 7 years ago

  • Status changed from Ready For Testing to Resolved
Actions #5

Updated by Eric Helms over 6 years ago

  • translation missing: en.field_release changed from 228 to 281
Actions #6

Updated by Chris Roberts over 6 years ago

  • Related to Bug #19929: Required updates to installer / upgrade wrt. qpid-cpp upgrade to 0.34 added
Actions

Also available in: Atom PDF