-
Notifications
You must be signed in to change notification settings - Fork 752
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
move Clickhouse HTTP handler to its own port. #5797
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Thanks for the contribution! Please review the labels and make any necessary changes. |
@@ -23,6 +23,10 @@ mysql_handler_port = 3307 | |||
clickhouse_handler_host = "0.0.0.0" | |||
clickhouse_handler_port = 9001 | |||
|
|||
# Databend Query ClickHouse Handler. | |||
clickhouse_http_handler_host = "0.0.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about providing a clickhouse_http_handler_addr
instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SGTM, but not quite sure.
36d46e4
to
54170de
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice work!
failure tests seem not relevant:
|
docs/doc/10-deploy/00-local.md
Outdated
@@ -140,6 +140,10 @@ mysql_handler_port = 3307 | |||
clickhouse_handler_host = "127.0.0.1" | |||
clickhouse_handler_port = 9001 | |||
|
|||
# Query ClickHouse HTTP Handler. | |||
clickhouse_http_handler_host = "127.0.0.1" | |||
clickhouse_http_handler_port = 9001 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as clickhouse_handler_port
?
@mergify update |
✅ Branch has been successfully updated |
It seems that this PR break some tests. |
my typo: dup ports in the config of servers for cluster test |
@BohuTANG fixed |
@youngsofun Prefer to make |
@sundy-li use 3306 still can not help users who start a local cluster? |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
:8000/clickhouse
not remote in this pr.Changelog
Related Issues
Fixes #5728