-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RabbitMQ does not auto-recover from pause_minority due to a feature flags issue #8114
Comments
Interesting that it runs into
upon boot. |
Syncing feature flags captures the error and returns it tagged like that. Not the most descriptive, probably |
@lukebakken shared the entire log files in our internal Slack, I'm attaching them here. I tried to reproduce as explained but couldn't so far. The logs above were from RabbitMQ 3.11.15, but RabbitMQ 3.11.16 was picked when I executed the script. There is no evidence in the logs above that this is something related to feature flags: the
We can see that I will do some "research" to see if I can use RabbitMQ 3.11.15 instead. |
So far, I was never able to reproduce the error :-/ |
@mkuratczyk this is the issue I've mentioned during the sync-up today |
@michaelklishin @dumbbell @mkuratczyk this appears to be fixed in |
It took two tries to reproduce with I'm going to keep re-trying with |
Yep, I just reproduced with |
User error! When re-connecting,
|
Describe the bug
See the README here:
https://github.com/lukebakken/rabbitmq-server-8113
Upon resolution of network connectivity, the paused node errors with
{erpc,noconnection}
Reproduction steps
https://github.com/lukebakken/rabbitmq-server-8113#reproduction-steps
Expected behavior
The paused node should automatically come back up when network connectivity is restored.
Additional context
RabbitMQ 3.11.15, Erlang 25.3.1 (current docker image).
The text was updated successfully, but these errors were encountered: