Hi, Im on RHEL OS and Im getting some errors when ...
# troubleshoot
s
Hi, Im on RHEL OS and Im getting some errors when I try to deploy datahub with quickstart. Im using latest datahub version. Errors: - kafka-setup is still running - schema-registry is not running - broker is not running - datahub-frontend-react is running but not healthy - datahub-gms is still starting - elasticsearch-setup is still running - elasticsearch is running but not healthy HELP! Anyone knows how can I fix it? Thanksss.
s
Can you check the logs for
elasticsearch
and paste them here?
Can you paste the output of
docker ps -a
?
s
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES f78859a3681d linkedin/datahub-kafka-setup:head "/bin/sh -c ./kafka-…" About an hour ago Exited (1) 34 minutes ago kafka-setup 08ae3da4bdaf confluentinc/cp-schema-registry:5.4.0 "/etc/confluent/dock…" About an hour ago Exited (1) 35 minutes ago schema-registry 0452a69f73cb confluentinc/cp-kafka:5.4.0 "/etc/confluent/dock…" About an hour ago Exited (1) 35 minutes ago broker f4ebdee636a0 acryldata/datahub-actions:head "/bin/sh -c 'dockeri…" About an hour ago Exited (1) 16 minutes ago datahub-datahub-actions-1 18d9acec7834 linkedin/datahub-frontend-react:head "datahub-frontend/bi…" About an hour ago Up About an hour (unhealthy) 0.0.0.0:9002->9002/tcp datahub-frontend-react 6d4fe1aed98f neo4j:4.0.6 "/sbin/tini -g -- /d…" About an hour ago Up About an hour 0.0.0.0:7474->7474/tcp, 7473/tcp, 0.0.0.0:7687->7687/tcp neo4j c058b7c6b714 linkedin/datahub-gms:head "/bin/sh -c /datahub…" About an hour ago Exited (1) 32 minutes ago datahub-gms 6a2a6adf9be2 confluentinc/cp-zookeeper:5.4.0 "/etc/confluent/dock…" About an hour ago Up About an hour 2888/tcp, 0.0.0.0:2181->2181/tcp, 3888/tcp zookeeper 031f395e306b acryldata/datahub-mysql-setup:head "/bin/sh -c 'dockeri…" 2 hours ago Exited (0) 35 minutes ago mysql-setup 1a0b90df57cb mysql:5.7 "docker-entrypoint.s…" 2 hours ago Up 2 hours 0.0.0.0:3306->3306/tcp, 33060/tcp mysql bf290d674b2f linkedin/datahub-elasticsearch-setup:head "/bin/sh -c 'if [ \"$…" 2 hours ago Exited (1) 33 minutes ago elasticsearch-setup 818ef48e9039 hello-world "/hello" 4 days ago Exited (0) 4 days ago confident_goldwasser c58607f9a9fe elasticsearch:7.9.3 "/tini -- /usr/local…" 4 days ago Up 20 hours (unhealthy) 0.0.0.0:9200->9200/tcp, 9300/tcp elasticsearch
s
Can you paste the output of
docker logs elasticsearch
s
its not possible, too much text and it does not allow me to upload txt file, but apparently
its nothing wrong on logs
s
If elasticsearch is not healthy then there must be something in there
s
{"type": "server", "timestamp": "2022-07-12T013800,001Z", "level": "INFO", "component": "o.e.x.m.MlDailyMaintenanceService", "cluster.name": "docker-cluster", "node.name": "elasticsearch", "message": "triggering scheduled [ML] maintenance tasks", "cluster.uuid": "FmG4ABU8T0WIRvRY3mzyWg", "node.id": "3YuaknaLSGSxrl7bmRB3ZQ" } {"type": "server", "timestamp": "2022-07-12T013800,003Z", "level": "INFO", "component": "o.e.x.m.a.TransportDeleteExpiredDataAction", "cluster.name": "docker-cluster", "node.name": "elasticsearch", "message": "Deleting expired data", "cluster.uuid": "FmG4ABU8T0WIRvRY3mzyWg", "node.id": "3YuaknaLSGSxrl7bmRB3ZQ" } {"type": "server", "timestamp": "2022-07-12T013800,043Z", "level": "INFO", "component": "o.e.x.m.a.TransportDeleteExpiredDataAction", "cluster.name": "docker-cluster", "node.name": "elasticsearch", "message": "Completed deletion of expired ML data", "cluster.uuid": "FmG4ABU8T0WIRvRY3mzyWg", "node.id": "3YuaknaLSGSxrl7bmRB3ZQ" } {"type": "server", "timestamp": "2022-07-12T013800,044Z", "level": "INFO", "component": "o.e.x.m.MlDailyMaintenanceService", "cluster.name": "docker-cluster", "node.name": "elasticsearch", "message": "Successfully completed [ML] maintenance tasks", "cluster.uuid": "FmG4ABU8T0WIRvRY3mzyWg", "node.id": "3YuaknaLSGSxrl7bmRB3ZQ" }
last log messages