3.11.12 error,badarg,'connection.open' #7787
-
Describe the bugSince 3.11.12 was release - OpenStack Kolla upstream CI is failing with clients connection to RabbitMQ. Error seen in rabbitmq logs: CI client service logs: Reproduction steps
... Expected behaviorWorking. Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 12 replies
-
I'm afraid deploying OpenStack is not a reproduction step because there are hundreds of possible variables involved. |
Beta Was this translation helpful? Give feedback.
-
We need some information about the client: what it is, what version is used, you haven't mentioned that TLS is involved (it can be seen from the port), that kind of thing. But the function in the stack trace is indeed something that was introduced in #7593/#7753. But that's the only thing we can tell. Plenty of client test suites happily pass. |
Beta Was this translation helpful? Give feedback.
-
listeners.tcp = none
listeners.ssl.1 = 192.0.2.1:5671
cluster_partition_handling = pause_minority
management.listener.ip = 192.0.2.1
management.listener.port = 15672
management.load_definitions = /etc/rabbitmq/definitions.json
cluster_formation.peer_discovery_backend = rabbit_peer_discovery_classic_config
cluster_formation.classic_config.nodes.0 = rabbit@primary
# https://www.rabbitmq.com/ssl.html
ssl_options.certfile = /etc/rabbitmq/certs/rabbitmq-cert.pem
ssl_options.keyfile = /etc/rabbitmq/certs/rabbitmq-key.pem RABBITMQ_NODENAME=rabbit@primary
RABBITMQ_LOG_BASE=/var/log/kolla/rabbitmq
RABBITMQ_DIST_PORT=25672
RABBITMQ_PID_FILE=/var/lib/rabbitmq/mnesia/rabbitmq.pid
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS="-kernel inetrc '/etc/rabbitmq/erl_inetrc' +S 2:2 +sbwt none +sbwtdcpu none +sbwtdio none"
RABBITMQ_CTL_ERL_ARGS=""
export ERL_EPMD_ADDRESS=192.0.2.1
export ERL_EPMD_PORT=4369
export ERL_INETRC=/etc/rabbitmq/erl_inetrc [
{kernel, [
{inet_dist_use_interface, {192,0,2,1}},
{inet_dist_listen_min, 25672},
{inet_dist_listen_max, 25672}
]}
]. |
Beta Was this translation helpful? Give feedback.
-
@mnasiadka can you please run |
Beta Was this translation helpful? Give feedback.
-
https://github.com/rabbitmq/rabbitmq-server-binaries-dev/releases/tag/v3.11.13-alpha.2 and https://cloudsmith.io/~rabbitmq/repos/rabbitmq-server-dev/packages/ now include alpha packages with #7788. We'll produce a new release as soon as we have a confirmation that the changes does resolve the issue @osfrickler @mnasiadka 🙏 |
Beta Was this translation helpful? Give feedback.
-
https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.13 is out. |
Beta Was this translation helpful? Give feedback.
https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.13 is out.