We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When FE External Service is recreated, FE Proxy will fail to handle stream load request. And it is not recoverable.
curl --location-trusted -u root:"" -H "label:1235566666" -H "Expect:100-continue" -H "column_separator:," -H "columns: id, name, score" -H "warehouse: daily_warehouse" -T example1.csv -XPUT http://10.96.60.216:8080/api/test_db/table6/_stream_load <html> <head><title>504 Gateway Time-out</title></head> <body> <center><h1>504 Gateway Time-out</h1></center> <hr><center>nginx/1.24.0</center> </body> </html>
steps to reproduce:
FE Proxy may fail to handle stream load request in a short time, and can be recoverable.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When FE External Service is recreated, FE Proxy will fail to handle stream load request. And it is not recoverable.
steps to reproduce:
Expected behavior
FE Proxy may fail to handle stream load request in a short time, and can be recoverable.
Please complete the following information
The text was updated successfully, but these errors were encountered: