We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
type GTaskFlowHandle interface { Progress(d Dispatch, gTask *proto.Task, fromPending bool) (finished bool, subtasks []*proto.Subtask, err error) HandleError(d Dispatch, gTask *proto.Task, receive string) (meta proto.SubTaskMeta, err error) }
StepOne Split task to subtask by partitionTableID Add subtasks
StepTwo Split task to subtask by partitionTableID Add subtasks
Rollback at StepOne Rollback at StepTwo
Implement Progress: StepOne HandleError: Rollback at StepOne
Implement Progress: StepTwo HandleError: Rollback at StepTwo
example/dispatcher.go
The text was updated successfully, but these errors were encountered:
ddl: Implement dispatcher code for DDL Add index step1 (#42203)
ad6b795
ref #42045, close #42202
lcwangchao
No branches or pull requests
The interface to be implemented
Implement
Progress
Backfill Step
StepOne
Split task to subtask by partitionTableID
Add subtasks
Merge Step
StepTwo
Split task to subtask by partitionTableID
Add subtasks
HandleError
Rollback at StepOne
Rollback at StepTwo
Tasks
Implement
Progress: StepOne
HandleError: Rollback at StepOne
Implement
Progress: StepTwo
HandleError: Rollback at StepTwo
Reference
example/dispatcher.go
The text was updated successfully, but these errors were encountered: