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
However, it is not necessary if we switch to sending to another store. For example, on follower read, in the next retry, we will retry the next follower. Then, it's totally a waste of time to wait for a while.
The text was updated successfully, but these errors were encountered:
If sending RPC fails, we always backoff and wait:
client-go/internal/locate/region_request.go
Line 1310 in 2807409
However, it is not necessary if we switch to sending to another store. For example, on follower read, in the next retry, we will retry the next follower. Then, it's totally a waste of time to wait for a while.
The text was updated successfully, but these errors were encountered: