datahub-gms is not running
See original GitHub issueDescribe the bug Unable to run quickstart - the following issues were detected:
- datahub-gms is not running
To Reproduce Run the ‘quickstart’ command
Expected behavior Service starts successfully
Desktop (please complete the following information):
- OS: Linux 4.15.0-1050-gcp Ubuntu SMP x86_64 GNU/Linux
- Version: Python 3.6.8 (in my VM
python
refers to Python2.7.17,python3
refers to Python3.6.8) datahub --version
: acryl-datahub, version 0.8.7.0docker -v
: Docker version 20.10.7, build f0df350docker-compose -v
: docker-compose version 1.29.2, build 5becea4c
Additional context The detail of the log file: tmp.log
And the status of containers
The services below did not start successfully
- linkedin/datahub-kafka-setup:head
- linkedin/datahub-elasticsearch-setup:head
- linkedin/datahub-gms:head
- acryldata/datahub-mysql-setup:head
Any suggestion would be appreciated.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
datahub-gms is not running · Issue #3023 - GitHub
datahub -gms is not running. To Reproduce Run the 'quickstart' command. Expected behavior. Service starts successfully. Desktop (please complete ...
Read more >Debugging Guide - DataHub
Debugging Guide. How can I confirm if all Docker containers are running as expected after a quickstart?. If you set up the datahub...
Read more >gms is running but not healthy (quick start datahub) - bytemeta
gms will attempt to connect to all the data stores. If it does not connect successfully, it will keep waiting for it to...
Read more >Image Layer Details - linkedin/datahub-gms:0cbcaf3
linkedin/datahub-gms:0cbcaf3 ; 1. ADD file ... in /. 2.69 MB ; 2. CMD ["/bin/sh"]. 0 B ; 3. ENV DOCKERIZE_VERSION=v0.6.1. 0 B ;...
Read more >datahub 0.2.25 - Artifact Hub
Key Type Default
datahub‑frontend.enabled bool true
datahub‑frontend.image.repository string "linkedin/datahub‑frontend‑react"
datahub‑frontend.image.tag string "v0.8.14"
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@frankShih Yes it does!
This was a known issue associated with artificially constrained memory for the GMS container, as you guys have already identified. In the latest release, these have been removed in v0.8.9: https://github.com/linkedin/datahub/releases.
Thanks for your patience ! Hoping everything has been working since.
John
Hello, I’ve had the same issue, you can check latest comments in this thread : https://github.com/linkedin/datahub/issues/2791 Fixing memory limits for datahub-gms container helped me.