Skip to content

fix: Change local hosting port to not conflict with clickhouse #830

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

Merged
merged 1 commit into from
Mar 11, 2019

Conversation

lobsterkatie
Copy link
Member

@lobsterkatie lobsterkatie commented Mar 11, 2019

Snuba's Clickhouse's docker container is blocking port 9000, so this moves the docs server to 9001.

Copy link
Contributor

@mattrobenolt mattrobenolt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Conflicts wiht ClickHouse, not Snuba. :)

@lobsterkatie
Copy link
Member Author

Isn't snuba our clickhouse wrapper, though? So many names...

Anyway, fixed. :-)

@lobsterkatie lobsterkatie changed the title fix: Change local hosting port to not conflict with snuba fix: Change local hosting port to not conflict with clickhouse Mar 11, 2019
@lobsterkatie lobsterkatie merged commit a8e0083 into master Mar 11, 2019
@lobsterkatie lobsterkatie deleted the kmclb-change-port-for-serving-docs branch March 11, 2019 20:08
@mattrobenolt
Copy link
Contributor

Snuba is just an API and other stuff that sits in front of ClickHouse. ClickHouse is still exposed and listens on port 9000 similar to how Postgres listens on 5432 even though Sentry is the primary interface/wrapper for it.

@lobsterkatie
Copy link
Member Author

Ah, got it. Thanks for the clarification!

lobsterkatie added a commit that referenced this pull request Mar 11, 2019
The local port changed from 9000 to 9001 in #830 but the repo readme was out of date even before that.
@github-actions github-actions bot locked and limited conversation to collaborators Dec 16, 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

Successfully merging this pull request may close these issues.

2 participants