Bug #14668
subcollectives + direct addressing fails
| Status: | Closed | Start date: | 05/23/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% | ||
| Category: | Core | |||
| Target version: | 2.0.x | |||
| Keywords: | Affected mCollective version: | |||
| Branch: | ||||
Description
At the moment we only subscribe to the main collective for the direct messages:
ip-10-50-87-94-16.log.2:D, [2012-05-23T16:56:22.683763 #2223] DEBUG -- : activemq.rb:277:in `subscribe' Subscribing to /queue/mcollectivedev.nodes with headers {"selector"=>"mc_identity = 'ip-10-50-87-94-16'"}
However, when using a subcollective like:
mco rpc rpcutil ping -T alpha -I ip-10-50-87-94-16
this message will be sent to /queue/alpha.nodes which the servers arent subscribed to.
This should be fixed, specifically we should subscribe to nodes queue on each collective as this will help people optimize network/broker usage on big networks
History
#1
Updated by R.I. Pienaar about 1 year ago
- Status changed from Accepted to Closed
http://git.io/IXjbDQ 3 files changed, 4 insertions(+), 3 deletions(–)