-
I use following code to create an etcd client and then watch a key
eps have 3 avalible endpoints, syncIntrval is 60s, dialtimeout is 5s. |
Beta Was this translation helpful? Give feedback.
Answered by
pandaye
Feb 23, 2024
Replies: 1 comment
-
When |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pandaye
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When
DialKeepAliveTime
andDialKeepAliveTimeout
paramenters are set this problem solved,see also tikv/pd#6059