etcd client retry behavior #14791
Replies: 2 comments
-
I don't think there is a way to change policy. Looking at git blame, seams like @ptabor updated TODO to use RetryPolicy
That's probably best direction to follow if you want to contribute this change. Another option is to make |
Beta Was this translation helpful? Give feedback.
-
Have you done load testing for your use case? What types of Unavailable errors are you seeing? And what types of |
Beta Was this translation helpful? Give feedback.
-
I have a few questions around retry behavior. We are planning on using etcd in scenarios where there are many clients interacting with a single cluster.
We are worried about the default retry behavior on Gets(100 retries on Service Unavailable errors) causing self-sustaining overloads and are considering disabling/changing retries.
Beta Was this translation helpful? Give feedback.
All reactions