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
…#47937)

ref #46258, close #47932
  • Loading branch information
ti-chi-bot committed Oct 25, 2023
1 parent 2d87034 commit c0a9b0d
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
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 @@ -237,6 +238,7 @@ go_test(
flaky = True,
shard_count = 50,
deps = [
"//br/pkg/lightning/backend/external",
"//pkg/autoid_service",
"//pkg/config",
"//pkg/ddl/copr",
Expand All @@ -248,7 +250,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

0 comments on commit c0a9b0d

Please sign in to comment.