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

[Bug] FE Proxy failed to handle stream load request #556

Open
yandongxiao opened this issue Jun 26, 2024 · 0 comments
Open

[Bug] FE Proxy failed to handle stream load request #556

yandongxiao opened this issue Jun 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@yandongxiao
Copy link
Collaborator

yandongxiao commented Jun 26, 2024

Describe the bug

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:

  1. Send a stream load request to fe proxy
  2. Delete the fe external service
  3. Send a stream load request to fe proxy again

Expected behavior

FE Proxy may fail to handle stream load request in a short time, and can be recoverable.

Please complete the following information

  • Operator Version: 1.9.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant