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

[BugFix] set proxy_http_version 1.1 #599

Merged

Conversation

yandongxiao
Copy link
Collaborator

Description

StarRocks has released a new version, 3.3.6, which has a bug: for Stream Load requests, FE forcibly requires setting the 100-continue request header, which belongs to the HTTP 1.1 protocol, but Nginx defaults to using the HTTP 1.0 protocol for forwarding, causing Stream Load requests sent to feproxy to fail.

StarRocks will fix this issue in future versions, but for feproxy users, adding the proxy_http_version 1.1 setting will be compatible with this defect in version 3.3.6.

See StarRocks/starrocks#53010 and StarRocks/starrocks#52582

@yandongxiao yandongxiao merged commit 61671a3 into StarRocks:main Nov 20, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants