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

Cannot use Sentry 10 since Clickhouse requires SSE4 #340

Closed
jwdb opened this issue Jan 10, 2020 · 2 comments
Closed

Cannot use Sentry 10 since Clickhouse requires SSE4 #340

jwdb opened this issue Jan 10, 2020 · 2 comments

Comments

@jwdb
Copy link

jwdb commented Jan 10, 2020

Since Sentry 10 uses Clickhouse for Snuba, it's not possible to install it normally on an older server that does not have SSE4.

Clickhouse can be compiled without SSE4 required, but are there any other steps I need to take to make Clickhouse work outside of the normal Sentry docker compose or can I run a seperate version of clickhouse and make Sentry/Snuba communicate with that?

@BYK
Copy link
Collaborator

BYK commented Jan 10, 2020

I think you'd need to adjust some network settings to allow the containers to communicate with a device on the host (or some other place outside of the docker-compose network). That said I'm pretty sure you can get a Docker image with SSE4 disabled by using a fork of this: https://github.com/ClickHouse/ClickHouse/blob/master/docker/server/Dockerfile

Finally, I think forums would be a better discussion place as there may be other people in your situation that you can group with ;)

@BYK BYK closed this as completed Jan 10, 2020
@siredmar
Copy link

As stated here (ClickHouse/ClickHouse#1695 (comment)) it is not planned to provide builds that are build with disabled SSE4.
You'd need to build ClickHouse your own with SSE4 instructions disabled. See here for more information about that: https://clickhouse.yandex/docs/en/getting_started/install/#system-requirements

If you really do that step, please inform me that i can use your docker image as well ;)

@github-actions github-actions bot locked and limited conversation to collaborators Dec 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants