amqp_client failures on OTP 26 #8611
-
Describe the bugHi, I am using Elixir Logs
RabbitMQ Server logs
Reproduction steps
Expected behaviorConnections should not close and app should function normally. Additional contextVersions Old
New that throws the errors:
My RabbitMQ server is not using these changes and is just using w/e is in docker at the time I pulled. I can get that exact version if it's helpful but I think it might be client side since it hasn't been an issue before upgrading my client. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Use RabbitMQ 3.12: https://www.rabbitmq.com/which-erlang.html The latest 3.11 patch release should also work if can't use 3.12 yet. |
Beta Was this translation helpful? Give feedback.
-
same error with replicated using the official docker image
|
Beta Was this translation helpful? Give feedback.
-
Team RabbitMQ has discovered a very serious bug (for those who implement binary protocols anyway) in the Erlang compiler that affects 26 on aarch64. Using Erlang 25.3 may be a safer bet for now. |
Beta Was this translation helpful? Give feedback.
Use RabbitMQ 3.12: https://www.rabbitmq.com/which-erlang.html
The latest 3.11 patch release should also work if can't use 3.12 yet.