Bug 476053 - Cluster broker: allow subnet address in --cluster-url
Summary: Cluster broker: allow subnet address in --cluster-url
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: 1.1
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
: ---
Assignee: Alan Conway
QA Contact: Frantisek Reznicek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-12-11 18:18 UTC by Alan Conway
Modified: 2015-11-16 00:06 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-08-09 13:56:12 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Alan Conway 2008-12-11 18:18:44 UTC
Description of problem:

Typical cluster configuration uses sepatate subnets for multicast & client traffic. To enforce this, each broker must be individually configured with an appropriate --cluster-url, which is inconvenient.


Solution:

Allow TCP addresses in the URL to be treated as subnet addresses, construct a URL by matching against addrs for known NICs. E.g. if addr is 192.168.1.2, then the URL address could be 192.168.2.0. This allows a single config file to work for all brokers on a subnet.

Comment 1 Alan Conway 2009-02-17 14:21:29 UTC
A more flexible solution might be to allow simple wildcards in the cluster URL. The broke can generate a list of all the local interface address and match them to the wildcard addresses.  e.g. tcp:192.168.1.*.

Comment 3 Alan Conway 2011-08-09 13:56:12 UTC
Closing: this was raised internally, there's no customer demand for it.


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