pingcap / pingcap/tidb

add manual recovery mode to dxf/import

Open
#59,640 0 comments 0 reactions 0 assignees View on GitHub
component/ddl component/DXF type/enhancement
Dominant language
Go
Stars
40.5k
Forks
6.2k
PR merge metrics
PR metrics pending

Description

## Enhancement

when importing large mount of data using global-sort where one round of import takes a lot of time, we might meet some error that is harder to investigate without the intermediate data in hand, and sometimes the bug might be easy to fixed by a hotfix PR and we can continue the import, it might be more flexible and efficient than retrying the whole task.

so we want to add a ManualRecovery mode to DXF, when some subtask failed, the task will move to `awaiting-resolution` state, and manual operation is needed for the task to continue.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.