Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
137092: kvnemesis: increase the retry backoff for aborted txns r=miraradeva a=miraradeva In #135173, we tried introducing a backoff in the transaction retry mechanism (in `db.Txn`) in order to help with large transactions that repeatedly get in a deadlock (as seen in #133431). This wasn't enough as we continue to see this type of failure in #136266. This commit increases the kvnemesis-specific retry backoff, which is meant to prevent thrashing of aborted transactions. We do see transactions getting aborted as part of deadlock resolution in both of the failures mentioned above, so hopefully this will help. Both failures above are rare and hard to repro. Fixes: #136266 Release note: None 137393: roachprod: respect AWS_PROFILE env var r=golgeek,vidit-bhat a=herkolategan Previously, if the AWS_PROFILE env var was set roachprod did not forward it to the `aws cli`. This change automatically sets the profile to the AWS_PROFILE env var if it is not specified via the `--aws-profile` roachprod flag. Epic: None Release note: None Co-authored-by: Mira Radeva <[email protected]> Co-authored-by: Herko Lategan <[email protected]>
- Loading branch information