Skip to content
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

Zookeper Docker image not working on Apple's arm64 #28570

Closed
armenzg opened this issue Sep 14, 2021 · 2 comments · Fixed by #28574, #29083 or #29084
Closed

Zookeper Docker image not working on Apple's arm64 #28570

armenzg opened this issue Sep 14, 2021 · 2 comments · Fixed by #28574, #29083 or #29084
Assignees
Labels
Component: Developer Environment This covers issues related to setting up a developer's environment

Comments

@armenzg
Copy link
Member

armenzg commented Sep 14, 2021

We currently run 5.1.2 which is a couple of years old and does not run well on Apple M1's.

We could upgrade kafka and zookeeper to 6.2.0 where qemu panics don't happen.

We could also try not using zookeeper at all. See:
https://www.confluent.io/blog/kafka-without-zookeeper-a-sneak-peek/
#28568

@armenzg armenzg added this to the Apple M1 devservices support milestone Sep 14, 2021
@armenzg armenzg self-assigned this Sep 15, 2021
@armenzg armenzg added the Component: Developer Environment This covers issues related to setting up a developer's environment label Sep 15, 2021
@armenzg armenzg linked a pull request Sep 21, 2021 that will close this issue
@armenzg
Copy link
Member Author

armenzg commented Sep 21, 2021

Upgrading to 6.2.0 seems to have fixed the issue.

@armenzg armenzg closed this as completed Sep 21, 2021
@armenzg
Copy link
Member Author

armenzg commented Oct 5, 2021

Reopening since we had to back out the changes.

@armenzg armenzg reopened this Oct 5, 2021
armenzg added a commit that referenced this issue Oct 5, 2021
The current zookeeper image we use fails to execute on Apple's arm64 machines (see [issue][1]) for details).

Only upgrading the version of both when executing on Apple arm64 machines.

Fixes #28570.

[1]: confluentinc/kafka-images#80 (comment)
armenzg added a commit that referenced this issue Oct 6, 2021
The current zookeeper image we use fails to execute on Apple's arm64 machines (see [issue][1]) for details).

Only upgrading the version of both when executing on Apple arm64 machines.

Fixes #28570.

[1]: confluentinc/kafka-images#80 (comment)
armenzg added a commit that referenced this issue Oct 6, 2021
…29084)

The current zookeeper image fails to execute on Apple's arm64 machines (see [issue][1]) for details).

This change only upgrades the version when executing on Apple arm64 machines.

Fixes #28570.

[1]: confluentinc/kafka-images#80 (comment)
@github-actions github-actions bot locked and limited conversation to collaborators Oct 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.