Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[FE] stream load failed with "no 100-continue header" under HTTP/1.0 protocol #52998

Closed
kevincai opened this issue Nov 19, 2024 · 1 comment · Fixed by #53008
Closed

[FE] stream load failed with "no 100-continue header" under HTTP/1.0 protocol #52998

kevincai opened this issue Nov 19, 2024 · 1 comment · Fixed by #53008
Assignees
Labels
type/bug Something isn't working

Comments

@kevincai
Copy link
Contributor

kevincai commented Nov 19, 2024

Steps to reproduce the behavior (Required)

$ curl -0 -i -kv  -H "label:auto_test_stream_load_table_basic2" -u root: -T heap-after.bin -X PUT http://172.26.95.190:8030/api/auto_test_stream_load/auto_test_stream_load_table_basic/_stream_load
> PUT /api/auto_test_stream_load/auto_test_stream_load_table_basic/_stream_load HTTP/1.0
> Host: 172.26.95.190:8030
> Authorization: Basic cm9vdDo=
> User-Agent: curl/7.81.0
> Accept: */*
> label:auto_test_stream_load_table_basic2
> Content-Length: 1379507030
> 
< HTTP/1.1 200 OK
< content-length: 113
< content-type: application/json; charset=UTF-8
< connection: close
< 
{
  "Status": "FAILED",
  "Message": "class com.starrocks.common.DdlException: There is no 100-continue header"
}

Expected behavior (Required)

Real behavior (Required)

StarRocks version (Required)

3.3.6

Affected version:

  • v3.3.6
@kevincai kevincai added the type/bug Something isn't working label Nov 19, 2024
@kevincai
Copy link
Contributor Author

related to #52516

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant