You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
also it seems that the retry is pretty aggressive. for not capable error at least, we should not retry that aggressive, since we know it is because of the cluster is not fully up. retry immediately will not resolve that since it is different than a network error where a immediate retry has a high chance to just work.
from our side, we can retry not capable less aggressive, and we do not need to switch to another endpoint for not capable error too.
Along with dial policy #9157, retry policy needs some improvements.
Currently, it's just for-loop with no waiting.
The text was updated successfully, but these errors were encountered:
Just as an update: we are making retry number configurable, in the process of rewriting balancer #9106. More fine-grained retry policy can be extended later.
#9165 (comment)
Along with dial policy #9157, retry policy needs some improvements.
Currently, it's just for-loop with no waiting.
The text was updated successfully, but these errors were encountered: