lensesio / fast-data-dev

Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, Landoop Tools, 20+ connectors
https://lenses.io
Apache License 2.0
2.01k stars 330 forks source link

Container hangs #194

Open muraleee opened 4 months ago

muraleee commented 4 months ago

This is my first day trying to run this. I apologize if I have missed anything regarding setup. I tried using the docker command on Ubuntu 22.04.3 on WSL2 as well as on RHEL Linux (no WLS2) . It hangs after some time. Following is the log.

Command used: docker run --rm --net=host -e ADV_HOST=127.0.0.1 lensesio/fast-data-dev

Platform: Ubuntu 22.04.3 on WSL2 Windows 10

Log: (Just hangs at smoke-tests, I tried skipping smoke-tests using the RUNTESTS flag still no luck). Am I missing anything?

Setting advertised host to 127.0.0.1. Starting services. This is Lenses.io’s fast-data-dev. Kafka 3.6.1-L0 (Lenses.io's Kafka Distribution). You may visit http://127.0.0.1:3030 in about a minute. 2024-05-01 13:44:42,320 INFO Included extra file "/etc/supervisord.d/01-zookeeper.conf" during parsing 2024-05-01 13:44:42,320 INFO Included extra file "/etc/supervisord.d/02-broker.conf" during parsing 2024-05-01 13:44:42,320 INFO Included extra file "/etc/supervisord.d/03-schema-registry.conf" during parsing 2024-05-01 13:44:42,320 INFO Included extra file "/etc/supervisord.d/04-rest-proxy.conf" during parsing 2024-05-01 13:44:42,320 INFO Included extra file "/etc/supervisord.d/05-connect-distributed.conf" during parsing 2024-05-01 13:44:42,320 INFO Included extra file "/etc/supervisord.d/06-caddy.conf" during parsing 2024-05-01 13:44:42,320 INFO Included extra file "/etc/supervisord.d/07-smoke-tests.conf" during parsing 2024-05-01 13:44:42,320 INFO Included extra file "/etc/supervisord.d/08-logs-to-kafka.conf" during parsing 2024-05-01 13:44:42,320 INFO Included extra file "/etc/supervisord.d/99-supervisord-sample-data.conf" during parsing 2024-05-01 13:44:42,320 INFO Set uid to user 0 succeeded 2024-05-01 13:44:42,321 INFO RPC interface 'supervisor' initialized 2024-05-01 13:44:42,321 CRIT Server 'unix_http_server' running without any HTTP authentication checking 2024-05-01 13:44:42,322 INFO supervisord started with pid 7 2024-05-01 13:44:43,324 INFO spawned: 'broker' with pid 189 2024-05-01 13:44:43,325 INFO spawned: 'caddy' with pid 190 2024-05-01 13:44:43,326 INFO spawned: 'connect-distributed' with pid 191 2024-05-01 13:44:43,327 INFO spawned: 'logs-to-kafka' with pid 192 2024-05-01 13:44:43,328 INFO spawned: 'rest-proxy' with pid 194 2024-05-01 13:44:43,329 INFO spawned: 'sample-data' with pid 200 2024-05-01 13:44:43,330 INFO spawned: 'schema-registry' with pid 202 2024-05-01 13:44:43,331 INFO spawned: 'smoke-tests' with pid 205 2024-05-01 13:44:43,332 INFO spawned: 'zookeeper' with pid 208 2024-05-01 13:44:44,709 INFO success: broker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2024-05-01 13:44:44,709 INFO success: caddy entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2024-05-01 13:44:44,709 INFO success: connect-distributed entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2024-05-01 13:44:44,710 INFO success: logs-to-kafka entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2024-05-01 13:44:44,710 INFO success: rest-proxy entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2024-05-01 13:44:44,710 INFO success: sample-data entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2024-05-01 13:44:44,710 INFO success: schema-registry entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2024-05-01 13:44:44,710 INFO success: smoke-tests entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2024-05-01 13:44:44,710 INFO success: zookeeper entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2024-05-01 13:45:18,487 INFO exited: logs-to-kafka (exit status 0; expected) 2024-05-01 13:46:07,539 INFO exited: sample-data (exit status 0; expected) 2024-05-01 13:48:42,591 INFO exited: smoke-tests (exit status 1; not expected)