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

local sort import 10T data fail for "[0]context deadline exceeded" during validating stage #47566

Closed
seiya-annie opened this issue Oct 12, 2023 · 0 comments · Fixed by #47573
Closed
Labels
component/ddl This issue is related to DDL of TiDB. feature/developing the related feature is in development severity/major type/bug The issue is confirmed as a bug.

Comments

@seiya-annie
Copy link

seiya-annie commented Oct 12, 2023

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

IMPORT INTO 10t.item_core FROM "s3://xxx" with thread=16,detached;

2. What did you expect to see? (Required)

import successfully

3. What did you see instead (Required)

MySQL [(none)]> show import job 120001;
+--------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------+----------+------------+--------+------------------+---------------+------------------------------+----------------------------+----------------------------+----------------------------+------------+
| 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 |
+--------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------+----------+------------+--------+------------------+---------------+------------------------------+----------------------------+----------------------------+----------------------------+------------+
| 120001 | s3://qe-testing/xxx/10T/data*/test.item_core.*.csv?access-key=xxxxxx&endpoint=xxx&force-path-style=false&provider=ks&region=Beijing&secret-access-key=xxxxxx | `10t`.`item_core` |      157 | validating | failed | 10.49TB          |          NULL | [0]context deadline exceeded | 2023-10-11 15:10:55.058513 | 2023-10-11 15:10:57.076592 | 2023-10-12 01:12:24.093324 | root@%     |
+--------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------+----------+------------+--------+------------------+---------------+------------------------------+----------------------------+----------------------------+----------------------------+------------+
1 row in set (0.00 sec)

MySQL [(none)]>

4. What is your TiDB version? (Required)

3eadac4

@seiya-annie seiya-annie added type/bug The issue is confirmed as a bug. severity/major component/ddl This issue is related to DDL of TiDB. labels Oct 12, 2023
@ti-chi-bot ti-chi-bot bot added may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.1 may-affects-6.5 may-affects-7.1 labels Oct 12, 2023
@seiya-annie seiya-annie added feature/developing the related feature is in development and removed may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.1 may-affects-6.5 may-affects-7.1 labels Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/ddl This issue is related to DDL of TiDB. feature/developing the related feature is in development severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant