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
sql: add overload of crdb_internal.force_retry that counts retries
Add an overload of `crdb_internal.force_retry` that continues to throw
retryable errors until the number of retries matches the argument.
This overload is a bit easier to work with than the overload that uses
an interval. Future commits will make use of this overload for testing.
To power this overload, we add the current autoRetryCounter to planner
before every statement execution, which means
`crdb_internal.force_retry` is no longer DistSQL-safe.
Informs: #145377
Release note: None
0 commit comments