Skip to content

Commit a0089c6

Browse files
authored
*: update tikv/client-go for fix rpc client panic cause by concurrent close (#55094)
close #54848
1 parent fb7dc74 commit a0089c6

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

DEPS.bzl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7067,13 +7067,13 @@ def go_deps():
70677067
name = "com_github_tikv_client_go_v2",
70687068
build_file_proto_mode = "disable_global",
70697069
importpath = "github.com/tikv/client-go/v2",
7070-
sha256 = "664e6a5015c3e8a03487a8ed98abcfce3455b33ffe7b66fd6d4b90edafc685f5",
7071-
strip_prefix = "github.com/tikv/client-go/[email protected].20240731053457-1528f10383b2",
7070+
sha256 = "944aac8d5c6f85c45028d1e1d9bfab6c1a8bdafac7673129e9c3c1a44fb05e34",
7071+
strip_prefix = "github.com/tikv/client-go/[email protected].20240731082154-05c2c6641a7c",
70727072
urls = [
7073-
"http://bazel-cache.pingcap.net:8080/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240731053457-1528f10383b2.zip",
7074-
"http://ats.apps.svc/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240731053457-1528f10383b2.zip",
7075-
"https://cache.hawkingrei.com/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240731053457-1528f10383b2.zip",
7076-
"https://storage.googleapis.com/pingcapmirror/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240731053457-1528f10383b2.zip",
7073+
"http://bazel-cache.pingcap.net:8080/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240731082154-05c2c6641a7c.zip",
7074+
"http://ats.apps.svc/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240731082154-05c2c6641a7c.zip",
7075+
"https://cache.hawkingrei.com/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240731082154-05c2c6641a7c.zip",
7076+
"https://storage.googleapis.com/pingcapmirror/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240731082154-05c2c6641a7c.zip",
70777077
],
70787078
)
70797079
go_repository(

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ require (
106106
github.com/tdakkota/asciicheck v0.2.0
107107
github.com/tiancaiamao/appdash v0.0.0-20181126055449-889f96f722a2
108108
github.com/tidwall/btree v1.7.0
109-
github.com/tikv/client-go/v2 v2.0.8-0.20240731053457-1528f10383b2
109+
github.com/tikv/client-go/v2 v2.0.8-0.20240731082154-05c2c6641a7c
110110
github.com/tikv/pd/client v0.0.0-20240725040006-f1a90966c375
111111
github.com/timakin/bodyclose v0.0.0-20240125160201-f835fa56326a
112112
github.com/twmb/murmur3 v1.1.6

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -867,8 +867,8 @@ github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a h1:J/YdBZ46WKpXsxsW
867867
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a/go.mod h1:h4xBhSNtOeEosLJ4P7JyKXX7Cabg7AVkWCK5gV2vOrM=
868868
github.com/tidwall/btree v1.7.0 h1:L1fkJH/AuEh5zBnnBbmTwQ5Lt+bRJ5A8EWecslvo9iI=
869869
github.com/tidwall/btree v1.7.0/go.mod h1:twD9XRA5jj9VUQGELzDO4HPQTNJsoWWfYEL+EUQ2cKY=
870-
github.com/tikv/client-go/v2 v2.0.8-0.20240731053457-1528f10383b2 h1:UqMZgQeAHida1RxjdRjk+Jto0fWb0wq8Izlt3TDPA1Q=
871-
github.com/tikv/client-go/v2 v2.0.8-0.20240731053457-1528f10383b2/go.mod h1:+vXk4Aex17GnI8gfSMPxrL0SQLbBYgP3Db4FvHiImwM=
870+
github.com/tikv/client-go/v2 v2.0.8-0.20240731082154-05c2c6641a7c h1:8kbzM9W8SsBaM3MlJD2RdQ/CcQ299KMJplScnzyNiEQ=
871+
github.com/tikv/client-go/v2 v2.0.8-0.20240731082154-05c2c6641a7c/go.mod h1:+vXk4Aex17GnI8gfSMPxrL0SQLbBYgP3Db4FvHiImwM=
872872
github.com/tikv/pd/client v0.0.0-20240725040006-f1a90966c375 h1:I5UeNdxggvuyLT8xuzZiODvuw4uFDdi/R280DprOzLs=
873873
github.com/tikv/pd/client v0.0.0-20240725040006-f1a90966c375/go.mod h1:4HXfGoT4O+lOWfOqxOvsIca9v+sYRL/W35duf+rgRsY=
874874
github.com/timakin/bodyclose v0.0.0-20240125160201-f835fa56326a h1:A6uKudFIfAEpoPdaal3aSqGxBzLyU8TqyXImLwo6dIo=

0 commit comments

Comments
 (0)