-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Docker Kafka container restarting on Mac intel processor #29022
Comments
Hi @avgupta456 I've noticed that your version says |
Routing to @getsentry/open-source for triage. ⏲️ |
@armenzg sorry I think I was testing reverting the version update in case that fixed anything. Attached is a screenshot showing the same problem with version |
I mean the error seems pretty clear: the data volume is not writable? Also, if you can share text logs instead of screenshots, it would be a lot easier for us to dig through them. |
Here are the text logs
|
@BYK We already landed a fix that worked on Apple M1 yet it does not seem to work on Intel. On an initial investigation, I noticed that I can start the image with the commands listed here yet I'm leaning towards backing my code out and investigate later. Dealing with the ClickHouse image not working is currently the big fish to fry. |
Related #28672 |
…28574)" (#28672) This reverts commit b4bfb00. Originally (see [originally reported issue](#28574 (comment))), instead of reverting my change, I landed a fix that only seems to work on Apple M1 (see fix #28724). Nevertheless, It seems that the *Intel* images would still fail with the same error (see issue #29022) with: > Command [/usr/local/bin/dub path /var/lib/kafka/data writable] FAILED ! Let's revert it and I will try again later. Fixes #29022
Environment
self-hosted (
onpremise
deployment)Version
21.10.0.dev0
Steps to Reproduce
master
branchsentry upgrade
,sentry devservices up
sentry devserver --workers
Using MacBook Pro 2020 w/ Intel Core, Docker v20.10.8
Expected Result
Containers are all running and user is able to navigate to localhost:8000 and view new errors for current projects.
Actual Result
The Kafka container is repeatedly restarting. When I trigger an event for a project, I do not see any events on the issues dashboard.
The text was updated successfully, but these errors were encountered: