Skip to content
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 'failed to merge schema: bad cookie' #378

Open
guzzijones opened this issue Nov 3, 2023 · 1 comment
Open

rabbitmq 'failed to merge schema: bad cookie' #378

guzzijones opened this issue Nov 3, 2023 · 1 comment

Comments

@guzzijones
Copy link
Contributor

I was getting this error in rabbitmq pods greater than 0.

Failed to merge schema: Bad cookie in table definition rabbit_user_permission rabbitmq

I ended up finding this solution

Step1: Downscale the statefulset it will not delete the PVC.

kubectl scale statefulsets stackstorm-ha-rabbitmq --replicas=1

Step2: Access the RabbitMQ Pod.

kubectl exec -it stackstorm-ha-rabbitmq-0 -- /bin/bash

Step3: Reset the cluster

rabbitmqctl stop_app
rabbitmqctl force_boot

Step4: Rescale the statefulset

  kubectl scale statefulsets stackstorm-ha-rabbitmq --namespace teps-rabbitmq --replicas=3
@cognifloyd
Copy link
Member

Is there something we can change in this chart to help prevent/resolve this issue? Should this just be added to documentation somewhere? Or something changed in the values passed to the rabbitmq subchart?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants