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
157758: Revert "kv: add a backoff to the retry loop in db.Txn" r=stevendanna a=miraradeva
This reverts commit ef5deaa.
Since this commit was introduced, we've addressed the underlying backoff issue within kvnemesis (cockroachdb#137092). We don't need the backoff for all users of the `db.Txn` API; in fact, a 20ms backoff might be too aggressive for most non-kvnemesis use cases.
Informs: cockroachdb#136266
Release note: None
Co-authored-by: Mira Radeva <[email protected]>
0 commit comments