Hey, can anyone help? Three containers just start...
# troubleshoot
s
Hey, can anyone help? Three containers just start and quit: - Container datahub-upgrade - Container elasticsearch-setup - Container kafka-setup
Copy code
>datahub docker quickstart --quickstart-compose-file C:\Users\<username>\.datahub\quickstart\docker-compose-without-neo4j.quickstart.yml
Saved quickstart config to C:\Users\<username>/.datahub/quickstart/quickstart_version_mapping.yaml.

[+] Running 12/12
 - Container mysql                      Running                                                                    0.0s
 - Container zookeeper                  Running                                                                    0.0s
 - Container datahub-upgrade            Started                                                                    1.0s
 - Container mysql-setup                Running                                                                    0.0s
 - Container broker                     Running                                                                    0.0s
 - Container elasticsearch              Running                                                                    0.0s
 - Container datahub-gms                Running                                                                    0.0s
 - Container schema-registry            Running                                                                    0.0s
 - Container kafka-setup                Started                                                                    1.1s
 - Container datahub-datahub-actions-1  Running                                                                    0.0s
 - Container elasticsearch-setup        Started                                                                    1.0s
 - Container datahub-frontend-react     Running                                                                    0.0s
Could this involve MySQL? I have an other process that is using port 3306, so I changed all the 3306 ports in the docker-compose-without-neo4j.quickstart.yml file to 3307.
Copy code
PS C:\Users\jdunson> Get-NetTCPConnection | where Localport -eq 3306  | select Localport,OwningProcess

Localport OwningProcess
--------- -------------
     3306         18956
     3306         11160
g
Hello @shy-jackal-85882 Could you share the logs from the containers that exited?
s
datahub_logs_03-13-23.txt
g
Sorry for not answering earlier. Your elasticsearch-setup and kafka-setup jobs seam to run successfully. The problem is the upgrade job. Which version of DataHub are you using? The 0.10.0 version has a BUG in the upgrade job, so you have to use 0.10.0.1.
a
@gentle-camera-33498 do you have a link to that bug? I want to double check
g
@astonishing-answer-96712 @shy-jackal-85882 I think I was talking nonsense 🤡. The bug was in the metadata deletion functionality via CLI
s
Hey thanks... will try to follow up in a bit. FYI, I've been bogged down with my WSL2 and Docker deployment... so, removed everything and starting a clean install.