global sort mode, import into 10T data fail for "[0]MultipartUpload: upload multipart failed , upload id: 1ff86597cb1847f19a57ca23b0d4c1f5 caused by: InvalidArgument: Invalid Argument"
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
1. set tidb_cloud_storage_uri = "ks3:xxx";
tidb_enable_dist_task=on
2. IMPORT INTO test.item_core FROM "s3://qe-testing/xxx®ion=Beijing&provider=ks" with thread=30,detached;
### 2. What did you expect to see? (Required)
import successfully
### 3. What did you see instead (Required)
```
+--------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------+----------+----------------+--------+------------------+---------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------+----------------------------+----------------------------+------------+
| Job_ID | Data_Source | Target_Table | Table_ID | Phase | Status | Source_File_Size | Imported_Rows | Result_Message | Create_Time | Start_Time | End_Time | Created_By |
+--------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------+----------+----------------+--------+------------------+---------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------+----------------------------+----------------------------+------------+
| 1 | s3://qe-testing/xxx/10T/data*/test.item_core.*.csv?access-key=xxxxxx&endpoint=http%3A%2F%2Fks3-cn-beijing-internal.ksyuncs.com&force-path-style=false&provider=ks®ion=Beijing&secret-access-key=xxxxxx | `test`.`item_core` | 105 | global-sorting | failed | 9.537TiB | NULL | [0]MultipartUpload: upload multipart failed
upload id: 1ff86597cb1847f19a57ca23b0d4c1f5
caused by: InvalidArgument: Invalid Argument
status code: 400, request id: feh16020kcmoa84rcp8qvm5allcvnf98, host id: | 2023-11-03 21:06:24.799938 | 2023-11-03 21:06:27.211833 | 2023-11-04 00:19:14.571230 | root@% |
+--------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------+----------+----------------+--------+------------------+---------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------+----------------------------+----------------------------+------------+
```
### 4. What is your TiDB version? (Required)
7.5.0
aa930910eb2316bec085ca235cb9f11fe8c7ccfa
/
Contributor guide
Assessment
This issue has not been assessed yet.