Skip to content

Commit 3e9e4e4

Browse files
authored
client-go: update tikv client-go for batch_client auto re-connect idle connection when wait connection ready (#44561)
ref #44431, close #44471
1 parent 897c4c4 commit 3e9e4e4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DEPS.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3696,8 +3696,8 @@ def go_deps():
36963696
name = "com_github_tikv_client_go_v2",
36973697
build_file_proto_mode = "disable_global",
36983698
importpath = "github.com/tikv/client-go/v2",
3699-
sum = "h1:W2qQy1lwmooEdvWWV3ORyy1qrs4LEzvOsPbBri7GDLA=",
3700-
version = "v2.0.4-0.20230529120907-22ecfce6dfe8",
3699+
sum = "h1:lYKMxqhXrNbMdK/2LrqlARRyDhph6oktLI/Lp30nXzo=",
3700+
version = "v2.0.4-0.20230612030254-5fde3098f918",
37013701
)
37023702
go_repository(
37033703
name = "com_github_tikv_pd_client",

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ require (
8989
github.com/stretchr/testify v1.8.0
9090
github.com/tdakkota/asciicheck v0.1.1
9191
github.com/tiancaiamao/appdash v0.0.0-20181126055449-889f96f722a2
92-
github.com/tikv/client-go/v2 v2.0.4-0.20230529120907-22ecfce6dfe8
92+
github.com/tikv/client-go/v2 v2.0.4-0.20230612030254-5fde3098f918
9393
github.com/tikv/pd/client v0.0.0-20221031025758-80f0d8ca4d07
9494
github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
9595
github.com/twmb/murmur3 v1.1.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,8 +963,8 @@ github.com/tenntenn/text/transform v0.0.0-20200319021203-7eef512accb3 h1:f+jULpR
963963
github.com/tenntenn/text/transform v0.0.0-20200319021203-7eef512accb3/go.mod h1:ON8b8w4BN/kE1EOhwT0o+d62W65a6aPw1nouo9LMgyY=
964964
github.com/tiancaiamao/appdash v0.0.0-20181126055449-889f96f722a2 h1:mbAskLJ0oJfDRtkanvQPiooDH8HvJ2FBh+iKT/OmiQQ=
965965
github.com/tiancaiamao/appdash v0.0.0-20181126055449-889f96f722a2/go.mod h1:2PfKggNGDuadAa0LElHrByyrz4JPZ9fFx6Gs7nx7ZZU=
966-
github.com/tikv/client-go/v2 v2.0.4-0.20230529120907-22ecfce6dfe8 h1:W2qQy1lwmooEdvWWV3ORyy1qrs4LEzvOsPbBri7GDLA=
967-
github.com/tikv/client-go/v2 v2.0.4-0.20230529120907-22ecfce6dfe8/go.mod h1:mmVCLP2OqWvQJPOIevQPZvGphzh/oq9vv8J5LDfpadQ=
966+
github.com/tikv/client-go/v2 v2.0.4-0.20230612030254-5fde3098f918 h1:lYKMxqhXrNbMdK/2LrqlARRyDhph6oktLI/Lp30nXzo=
967+
github.com/tikv/client-go/v2 v2.0.4-0.20230612030254-5fde3098f918/go.mod h1:mmVCLP2OqWvQJPOIevQPZvGphzh/oq9vv8J5LDfpadQ=
968968
github.com/tikv/pd/client v0.0.0-20221031025758-80f0d8ca4d07 h1:ckPpxKcl75mO2N6a4cJXiZH43hvcHPpqc9dh1TmH1nc=
969969
github.com/tikv/pd/client v0.0.0-20221031025758-80f0d8ca4d07/go.mod h1:CipBxPfxPUME+BImx9MUYXCnAVLS3VJUr3mnSJwh40A=
970970
github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 h1:kl4KhGNsJIbDHS9/4U9yQo1UcPQM0kOMJHn29EoH/Ro=

0 commit comments

Comments
 (0)