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 Pods are not starting up #2078

Open
attiqmscs004 opened this issue Jan 24, 2023 · 0 comments
Open

Rabbitmq Pods are not starting up #2078

attiqmscs004 opened this issue Jan 24, 2023 · 0 comments
Labels
kind/k8s Related to the Kubernetes application needs-triage This wasn't investigate by the repo's owners yet

Comments

@attiqmscs004
Copy link

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

@attiqmscs004 attiqmscs004 added kind/k8s Related to the Kubernetes application needs-triage This wasn't investigate by the repo's owners yet labels Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/k8s Related to the Kubernetes application needs-triage This wasn't investigate by the repo's owners yet
Projects
None yet
Development

No branches or pull requests

1 participant