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
contention: Remove unlimited retries in the contention resolver
Unlimited retries in the resolver for in progress transactions results in
contention events for aborted transactions getting stuck in the resolver
until the aborted transaction is removed from the txn id cache on the
respective gateway node.
If the gateway node is getting 100 txns per second, that roughly translates
to 7 hours.
If the transaction got aborted, we'd prefer to have the partially resolved
contention event available in a timely manner.
This commit changes unlimited retries for in progress transactions to 60
retries (30 minutes).
Fixes: #139258
Release note: None
0 commit comments