wireapp / wireapp/wire-server-deploy
brig error on deploy wire-server
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 113
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
Hi there,
thanks again for all the help and assistance.
Currently trying to deploy wire-server using helm; everything is working fine except for when the brig kubes are stopping on CrashLoopBackOff
When i pull the logs, this is all I get:
wireadmin@wire-controller:~/wire-server-deploy/ansible$ kubectl logs brig-8674744bc7-ccbtf
{"logger":"cassandra.brig","msgs":["I","Known hosts: [datacenter1:rack1:172.16.32.31:9042,datacenter1:rack1:172.16.32.32:9042,datacenter1:rack1:172.16.32.33:9042]"]}
{"logger":"cassandra.brig","msgs":["I","New control connection: datacenter1:rack1:172.16.32.33:9042#<socket: 11>"]}
NAME READY STATUS RESTARTS AGE
brig-8674744bc7-ccbtf 0/1 CrashLoopBackOff 6 7m58s
brig-8674744bc7-jlpgn 0/1 CrashLoopBackOff 7 7m58s
brig-8674744bc7-mbh5m 0/1 CrashLoopBackOff 7 7m58s
cannon-0 1/1 Running 0 7m58s
cannon-1 1/1 Running 0 7m58s
cannon-2 1/1 Running 0 7m58s
cargohold-d474c7847-mpj7w 1/1 Running 0 7m58s
cargohold-d474c7847-phms7 1/1 Running 0 7m58s
cargohold-d474c7847-r4j8b 1/1 Running 0 7m58s
cassandra-migrations-g667z 0/1 Completed 0 8m7s
demo-smtp-84b7b85ff6-k2djh 1/1 Running 0 9h
elasticsearch-index-create-xnzwm 0/1 Completed 0 8m1s
fake-aws-dynamodb-84f87cd86b-dsz2v 2/2 Running 0 9h
fake-aws-s3-5468cdf989-fccm9 1/1 Running 0 9h
fake-aws-s3-reaper-7c6d9cddd6-ff8fn 1/1 Running 0 9h
fake-aws-sns-5c56774d95-dwcsw 2/2 Running 0 9h
fake-aws-sqs-554bbc684d-cqxzl 2/2 Running 0 9h
galley-87df7b65f-kp588 1/1 Running 0 7m58s
galley-87df7b65f-t7wtd 1/1 Running 0 7m58s
galley-87df7b65f-vhzpg 1/1 Running 0 7m58s
gundeck-f9bf469f9-b9rxt 1/1 Running 0 7m58s
gundeck-f9bf469f9-clff6 1/1 Running 0 7m58s
gundeck-f9bf469f9-gx8d4 1/1 Running 0 7m57s
nginz-77f7ff6f5d-5m94p 2/2 Running 1 7m58s
nginz-77f7ff6f5d-h7w5n 2/2 Running 1 7m58s
nginz-77f7ff6f5d-pwbzl 2/2 Running 1 7m58s
redis-ephemeral-69bb4885bb-qbmdw 1/1 Running 0 8h
spar-59fd5db594-gbsbz 1/1 Running 0 7m58s
spar-59fd5db594-jclmh 1/1 Running 0 7m58s
spar-59fd5db594-zvbl6 1/1 Running 0 7m58s
webapp-6cb84759d9-wfhc9 1/1 Running 0 7m58s
wireadmin@wire-controller:~/wire-server-deploy/ansible$
those are the correct IPs for my three cassandra nodes and they seem to be up fine. I'm using cassandra-external to point them there.
any guidance as to what I should upload to help with this would be much appreciated too.
Thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Helm deployment's cassandra-external configuration and the brig pods shown by kubectl logs; the reported output only shows Cassandra connection setup before the CrashLoopBackOff. Gather the complete brig container logs and pod events, then verify the external Cassandra configuration. Done means the brig pods remain running and become Ready.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ansible, cassandra, helm, kubernetes
- Domain
- databases, devops, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100