You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
…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.
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:
the curl cmd:
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:
So I think the reason for curl cmd failed is TCP ListenOverflows.
The text was updated successfully, but these errors were encountered: