Skip to content

Commit

Permalink
disttask/ddl: refine add index dispatcher for error handling (#47886)
Browse files Browse the repository at this point in the history
ref #46258, close #47932
  • Loading branch information
ywqzzy authored Oct 23, 2023
1 parent c193d8a commit caaa35a
Show file tree
Hide file tree
Showing 16 changed files with 426 additions and 157 deletions.
4 changes: 4 additions & 0 deletions pkg/ddl/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ go_library(
"backfilling_import_local.go",
"backfilling_merge_sort.go",
"backfilling_operators.go",
"backfilling_proto.go",
"backfilling_read_index.go",
"backfilling_scheduler.go",
"callback.go",
Expand Down Expand Up @@ -239,6 +240,7 @@ go_test(
flaky = True,
shard_count = 50,
deps = [
"//br/pkg/lightning/backend/external",
"//pkg/autoid_service",
"//pkg/config",
"//pkg/ddl/copr",
Expand All @@ -250,7 +252,9 @@ go_test(
"//pkg/ddl/testutil",
"//pkg/ddl/util",
"//pkg/ddl/util/callback",
"//pkg/disttask/framework/dispatcher",
"//pkg/disttask/framework/proto",
"//pkg/disttask/framework/storage",
"//pkg/domain",
"//pkg/domain/infosync",
"//pkg/errno",
Expand Down
Loading

0 comments on commit caaa35a

Please sign in to comment.