kafka Docker container crashed
See original GitHub issueAfter running yarn setup
, when I checked containers I observed the Kafka related container crashed.
Getting the below error in the container logs:
===> User
uid=1000(appuser) gid=1000(appuser) groups=1000(appuser)
===> Configuring ...
===> Running preflight checks ...
===> Check if /var/lib/kafka/data is writable ...
Command [/usr/local/bin/dub path /var/lib/kafka/data writable] FAILED !
It seems there is an issue with Kafka, you can go through issue similar to this.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Crash on start using 2.12-2.1.0 · Issue #429 - GitHub
Latest docker image (2.12-2.1.0) on dockerhub fails on startup with: ... a problem and you think it is an issue with the kafka-docker...
Read more >Kafka brokers crashing at random interval - java - Stack Overflow
Here, here and here is the entire crash dump of hs_err_pid1.log. Divided the dump into three parts due to Pastebin limit. Can anyone...
Read more >Find out Why Your Docker Container Keeps Crashing
Your Docker container is exiting without a useful error message? Here are a few ways to find out what's happening.
Read more >Kafka and Zookeeper with Docker. Background - Medium
Zookeeper is used to elect a controller, make sure there is only one and elect a new one it if it crashes. Cluster...
Read more >Running a Kafka Connector Inside a Container (Docker)
In this case, kafka-connect-crash-course_default is the network created by the original (project root) docker-compose.yml file. Next, I had to bring up the ...
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
@kamilkisiela and @n1ru4l recently did some updated to the images, @DilLip-Chowdary-Codes can you please check with the latest Compose file?
@DilLip-Chowdary-Codes can you try #502?