We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have used the rabbitmq helm chart to deploy rabbitmq inside my GKE cluster. But my containers are not getting started and failing with this error.
Inside my pod I am seeing this error.
2023-01-24 17:59:52.777173+00:00 [error] <0.227.0> pid: <0.227.0> 2023-01-24 17:59:52.777173+00:00 [error] <0.227.0> registered_name: [] 2023-01-24 17:59:52.777173+00:00 [error] <0.227.0> exception exit: {cannot_acquire_startup_lock,{rabbit,start,[normal,[]]}} 2023-01-24 17:59:52.777173+00:00 [error] <0.227.0> in function application_master:init/4 (application_master.erl, line 142) 2023-01-24 17:59:52.777173+00:00 [error] <0.227.0> ancestors: [<0.226.0>] 2023-01-24 17:59:52.777173+00:00 [error] <0.227.0> message_queue_len: 1 2023-01-24 17:59:52.777173+00:00 [error] <0.227.0> messages: [{'EXIT',<0.228.0>,normal}] 2023-01-24 17:59:52.777173+00:00 [error] <0.227.0> links: [<0.226.0>,<0.44.0>] 2023-01-24 17:59:52.777173+00:00 [error] <0.227.0> dictionary: [] 2023-01-24 17:59:52.777173+00:00 [error] <0.227.0> trap_exit: true 2023-01-24 17:59:52.777173+00:00 [error] <0.227.0> status: running 2023-01-24 17:59:52.777173+00:00 [error] <0.227.0> heap_size: 2586 2023-01-24 17:59:52.777173+00:00 [error] <0.227.0> stack_size: 29 2023-01-24 17:59:52.777173+00:00 [error] <0.227.0> reductions: 174 2023-01-24 17:59:52.777173+00:00 [error] <0.227.0> neighbours: 2023-01-24 17:59:52.777173+00:00 [error] <0.227.0> 2023-01-24 17:59:52.777548+00:00 [notice] <0.44.0> Application rabbit exited with reason: {cannot_acquire_startup_lock,{rabbit,start,[normal,[]]}} {"Kernel pid terminated",application_controller,"{application_start_failure,rabbit,{cannot_acquire_startup_lock,{rabbit,start,[normal,[]]}}}"} Kernel pid terminated (application_controller) ({application_start_failure,rabbit,{cannot_acquire_startup_lock,{rabbit,start,[normal,[]]}}}) Crash dump is being written to: /var/log/rabbitmq/erl_crash.dump...done
root@LOGAN:~# kg pods
NAME READY STATUS RESTARTS AGE rabbitmq-1-rabbitmq-0 0/1 CrashLoopBackOff 10 (33s ago) 69m
Can you help with the issue. This is my cluster detail. 3 node cluster. Kubernetes Server Version: v1.24.8-gke.2000
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have used the rabbitmq helm chart to deploy rabbitmq inside my GKE cluster. But my containers are not getting started and failing with this error.
Inside my pod I am seeing this error.
root@LOGAN:~# kg pods
Can you help with the issue. This is my cluster detail.
3 node cluster.
Kubernetes Server Version: v1.24.8-gke.2000
The text was updated successfully, but these errors were encountered: