Bug 812256 - [RFE] Extra diagnostic connection needed for cases when qpidd hits max-connections count
Summary: [RFE] Extra diagnostic connection needed for cases when qpidd hits max-connec...
Keywords:
Status: NEW
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: Development
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: messaging-bugs
QA Contact: MRG Quality Engineering
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-13 08:48 UTC by Frantisek Reznicek
Modified: 2020-11-04 22:31 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed:
Target Upstream Version:


Attachments (Terms of Use)

Description Frantisek Reznicek 2012-04-13 08:48:38 UTC
Description of problem:

Extra diagnostic connection needed for cases when qpidd hits max-connections count.

Bug 812244 scenario shows situation when user cannot analyze the broker's data.

It is necessary IMHO to enable the way to analyze data stored in the broker.

The proposal is following:
- introduce extra switch or a way (similar to runtime dynamic log level)
  which would switch between strict N connections (as it is now)
                         and N+1 connection mode
- The extra connection (in N+1 connection mode) can be used only by
  - python client
  - and only when all connections are used (connection cont == N)
  - and when connection cproc is 'qpid-(config|stat|cluster|tool)'
  - and optionally one more Connection property (if needed)


The proposal has to be reviewed as may introduces complexity.

Version-Release number of selected component (if applicable):
any

How reproducible:
100%

Steps to Reproduce:
1. see bug 812244 scenario
  
Actual results:
Connection limit strict.

Expected results:
Connection limit in two modes strict / less strict.

Additional info:


Note You need to log in before you can comment on or make changes to this bug.