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

Curl Mini load timeout #1637

Closed
kangkaisen opened this issue Aug 14, 2019 · 0 comments
Closed

Curl Mini load timeout #1637

kangkaisen opened this issue Aug 14, 2019 · 0 comments

Comments

@kangkaisen
Copy link
Contributor

kangkaisen commented Aug 14, 2019

Describe the bug
Yesterday, Our user run a large hive to doris job, which had 700+ doris Http mini load job, but a one http mini load get the following error:

curl: (28) Operation timed out after 600746 milliseconds with 0 out of -1 bytes received

the curl cmd:

2019-08-13 16:32:16,962 ERROR curl -m 600 --location-trusted -u xxxx:xxxxxxxx -T localfile   http://xxxx:8410/api/data_flow/app_log_sdk_mart_mv/_load?

1 I put the local file manually again, which was successfully. which means the file itself is normal.

2 I grep the fe log by load label, I found the http mini load request didn't reach the doris FE Server

3 After check the network monitor, I ensure the network is normal.

4 Finally, I check the TCP monitor, I found:

    7150 times the listen queue of a socket overflowed
    7150 SYNs to LISTEN sockets dropped

    TCPBacklogDrop: 433410

So I think the reason for curl cmd failed is TCP ListenOverflows.

SWJTU-ZhangLei pushed a commit to SWJTU-ZhangLei/incubator-doris that referenced this issue Jul 25, 2023
…ata api (apache#1637)

'java.net.URISyntaxException: Expected authority at index 7' is caused by using the unset external endpoint in instance's object info.

The error msg is confused.
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

No branches or pull requests

1 participant