-
Notifications
You must be signed in to change notification settings - Fork 682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exit code 1 for multiple containers, missing Dockerfile #53
Comments
@marcin2x4 what are the error messages? |
@ybyzek - very long ;) Shall I zip them? |
@marcin2x4 can you view the log and pull out the ERROR messages? |
@ybyzek - as I ran schema-registry | org.apache.kafka.common.errors.TimeoutException: Call(callName=fetchMetadata, deadlineMs=1606854333491) timed out at 1606854333492 after 1 attempt(s) schema-registry | Caused by: org.apache.kafka.common.errors.TimeoutException: Timed out waiting to send the call. schema-registry | [main] ERROR io.confluent.admin.utils.ClusterStatus - Error while getting broker list. |
confluent_exit1_error.txt |
The last part of the Schema Registry log suggests an issue with the broker? What do broker logs say?
|
Due to size I ziped the thing. |
Some errors from the logs:
Is there another instance of Kafka or ZooKeeper running locally? (either Docker or local install) |
@ybyzek - no, only the one I mentioned. Here is dockerfile and docker-compose I use to run this environment. |
@marcin2x4 did u solve? |
Below services end with
Exit 1
code:I tried adding memory limit but no luck, should these be placed in specific line of docker-compose file?
Also I would suggest to add to each docker-compose a
Dockerfile
as well.The text was updated successfully, but these errors were encountered: