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
144307: logictest: raise TxnLivenessThreshold for multitenant configs r=rafiss a=rafiss
Logic tests are flaky due to overload when running in multitenant mode. This patch increases the threshold for transaction heartbeat timeouts, which will make it less likely for foreground operations to be aborted by background jobs like the span config reconciler or the job registry loop to reclaim jobs from dead sessions.
This change was first added in a8ccd6b, but then was later reverted in 84079c9 since we fixed auto-retry behavior. I'm adding it back now since we are still seeing these flakes for statements/transactions that cannot be auto-retried.
fixes#143660fixes#143946
Release note: None
Co-authored-by: Rafi Shamim <[email protected]>
0 commit comments