Skip to content

Commit c12abec

Browse files
authored
store/tikv: Make RangeTaskRunner support dividing task by multiple regions (#10482)
Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
1 parent 8183f35 commit c12abec

File tree

10 files changed

+371
-33
lines changed

10 files changed

+371
-33
lines changed

go.mod

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,29 @@ module github.com/pingcap/tidb
33
require (
44
github.com/BurntSushi/toml v0.3.1
55
github.com/StackExchange/wmi v0.0.0-20180725035823-b12b22c5341f // indirect
6-
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
76
github.com/blacktear23/go-proxyprotocol v0.0.0-20180807104634-af7a81e8dd0d
87
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
98
github.com/coreos/bbolt v1.3.3 // indirect
109
github.com/coreos/etcd v3.3.13+incompatible
11-
github.com/coreos/go-semver v0.2.0 // indirect
1210
github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142 // indirect
1311
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
1412
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
1513
github.com/cznic/sortutil v0.0.0-20150617083342-4c7342852e65
16-
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
1714
github.com/dgryski/go-farm v0.0.0-20190104051053-3adb47b1fb0f
1815
github.com/dustin/go-humanize v1.0.0 // indirect
19-
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 // indirect
20-
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
2116
github.com/go-ole/go-ole v1.2.1 // indirect
2217
github.com/go-sql-driver/mysql v0.0.0-20170715192408-3955978caca4
2318
github.com/gogo/protobuf v1.2.0 // indirect
24-
github.com/golang/groupcache v0.0.0-20181024230925-c65c006176ff // indirect
2519
github.com/golang/protobuf v1.2.0
26-
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
2720
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c
2821
github.com/google/uuid v1.1.1
2922
github.com/gorilla/context v1.1.1 // indirect
3023
github.com/gorilla/mux v1.6.2
3124
github.com/gorilla/websocket v1.4.0 // indirect
3225
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4
33-
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
3426
github.com/grpc-ecosystem/grpc-gateway v1.5.1 // indirect
35-
github.com/jonboulle/clockwork v0.1.0 // indirect
3627
github.com/json-iterator/go v1.1.6 // indirect
3728
github.com/klauspost/cpuid v0.0.0-20170728055534-ae7887de9fa5
38-
github.com/kr/pretty v0.1.0 // indirect
3929
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
4030
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4131
github.com/modern-go/reflect2 v1.0.1 // indirect
@@ -49,13 +39,12 @@ require (
4939
github.com/opentracing/opentracing-go v1.0.2
5040
github.com/pingcap/check v0.0.0-20190102082844-67f458068fc8
5141
github.com/pingcap/errors v0.11.4
52-
github.com/pingcap/failpoint v0.0.0-20190422094118-d8535965f59b
53-
github.com/pingcap/gofail v0.0.0-20181217135706-6a951c1e42c3 // indirect
42+
github.com/pingcap/failpoint v0.0.0-20190512135322-30cc7431d99c
5443
github.com/pingcap/goleveldb v0.0.0-20171020122428-b9ff6c35079e
5544
github.com/pingcap/kvproto v0.0.0-20190619024611-a4759dfe3753
5645
github.com/pingcap/log v0.0.0-20190307075452-bd41d9273596
5746
github.com/pingcap/parser v0.0.0-20190612052718-3b36f86d9b7b
58-
github.com/pingcap/pd v2.1.11+incompatible
47+
github.com/pingcap/pd v0.0.0-20190617100349-293d4b5189bf
5948
github.com/pingcap/tidb-tools v2.1.3-0.20190321065848-1e8b48f5c168+incompatible
6049
github.com/pingcap/tipb v0.0.0-20190428032612-535e1abaa330
6150
github.com/prometheus/client_golang v0.9.0
@@ -67,17 +56,14 @@ require (
6756
github.com/shurcooL/httpfs v0.0.0-20171119174359-809beceb2371 // indirect
6857
github.com/shurcooL/vfsgen v0.0.0-20181020040650-a97a25d856ca // indirect
6958
github.com/sirupsen/logrus v1.2.0
70-
github.com/soheilhy/cmux v0.1.4 // indirect
7159
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72
7260
github.com/struCoder/pidusage v0.1.2
7361
github.com/tiancaiamao/appdash v0.0.0-20181126055449-889f96f722a2
74-
github.com/tmc/grpc-websocket-proxy v0.0.0-20171017195756-830351dc03c6 // indirect
7562
github.com/twinj/uuid v1.0.0
7663
github.com/uber-go/atomic v1.3.2 // indirect
7764
github.com/uber/jaeger-client-go v2.15.0+incompatible
7865
github.com/uber/jaeger-lib v1.5.0 // indirect
7966
github.com/unrolled/render v0.0.0-20180914162206-b9786414de4d // indirect
80-
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
8167
go.etcd.io/bbolt v1.3.3 // indirect
8268
go.uber.org/atomic v1.3.2
8369
go.uber.org/zap v1.9.1
@@ -88,7 +74,6 @@ require (
8874
golang.org/x/tools v0.0.0-20190130214255-bb1329dc71a0
8975
google.golang.org/genproto v0.0.0-20190108161440-ae2f86662275 // indirect
9076
google.golang.org/grpc v1.17.0
91-
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
9277
gopkg.in/natefinch/lumberjack.v2 v2.0.0
9378
sourcegraph.com/sourcegraph/appdash v0.0.0-20180531100431-4c381bd170b4
9479
sourcegraph.com/sourcegraph/appdash-data v0.0.0-20151005221446-73f23eafcf67

0 commit comments

Comments
 (0)