Skip to content

Commit

Permalink
backup: implement store based backup to solve the long tail issue (pi…
Browse files Browse the repository at this point in the history
  • Loading branch information
3pointer authored and terry1purcell committed May 17, 2024
1 parent 47b2471 commit 33f1c6e
Show file tree
Hide file tree
Showing 16 changed files with 602 additions and 907 deletions.
8 changes: 1 addition & 7 deletions br/pkg/backup/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ go_library(
"//pkg/statistics/handle",
"//pkg/statistics/handle/util",
"//pkg/util",
"//pkg/util/codec",
"//pkg/util/redact",
"//pkg/util/table-filter",
"@com_github_google_btree//:btree",
"@com_github_opentracing_opentracing_go//:opentracing-go",
Expand All @@ -47,7 +45,6 @@ go_library(
"@com_github_pingcap_log//:log",
"@com_github_prometheus_client_golang//prometheus",
"@com_github_tikv_client_go_v2//oracle",
"@com_github_tikv_client_go_v2//tikv",
"@com_github_tikv_client_go_v2//txnkv/txnlock",
"@com_github_tikv_client_go_v2//util",
"@com_github_tikv_pd_client//:client",
Expand Down Expand Up @@ -76,6 +73,7 @@ go_test(
"//br/pkg/metautil",
"//br/pkg/mock",
"//br/pkg/pdutil",
"//br/pkg/rtree",
"//br/pkg/storage",
"//br/pkg/utils",
"//pkg/parser/model",
Expand All @@ -84,15 +82,11 @@ go_test(
"//pkg/testkit/testsetup",
"//pkg/util/table-filter",
"@com_github_golang_protobuf//proto",
"@com_github_pingcap_failpoint//:failpoint",
"@com_github_pingcap_kvproto//pkg/brpb",
"@com_github_pingcap_kvproto//pkg/encryptionpb",
"@com_github_pingcap_kvproto//pkg/errorpb",
"@com_github_stretchr_testify//require",
"@com_github_tikv_client_go_v2//oracle",
"@com_github_tikv_client_go_v2//testutils",
"@com_github_tikv_client_go_v2//tikv",
"@com_github_tikv_client_go_v2//txnkv/txnlock",
"@com_github_tikv_pd_client//:client",
"@io_opencensus_go//stats/view",
"@org_uber_go_goleak//:goleak",
Expand Down
Loading

0 comments on commit 33f1c6e

Please sign in to comment.