duplicate_child_name
with non-unique strings in federation-upstream-set
.
#2547
Labels
duplicate_child_name
with non-unique strings in federation-upstream-set
.
#2547
I'm trying to create an environment for testing (an application using) the federation plugin in docker containers. Specifically, I am working with exchange federation in a setup that will let me publish some jobs on a
local
direct exchange (with bindings to the local jobs queues), a 'foreign' exchange that federates messages to all other brokers'local
exchanges, and aglobal
exchange that federates messages to alllocal
exchanges.When using
federation-upstream-set: all
, everything works as desired and I get proper working federation links between exchanges. However, I want to avoid using theall
set in case I want to add other distinctfederation-upstream-set
s later. When I use thefederation-upstream-set: federated-jobs
(my specific upstream set that I configured), I get an erlang process crash report on each broker that looks like the following (and none of the federation links start properly, so I have no working federation):Please see this gist for my two repro scripts and the full interleaved log output from the three brokers:
https://gist.github.com/jemc/6005b6d6fcfee9815240
To reproduce, run the two scripts one after the other in separate terminals (one creates and runs the broker docker containers, the other connects to and configures the running brokers). The third file is the interleaved log output as seen from the terminal running the three brokers.
If there's anything else I can do or information I can provide to help troubleshoot this issue, please let me know.
The text was updated successfully, but these errors were encountered: