Disable stale read when retry leader with keyIsLocked error #43659
Labels
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
sig/transaction
SIG:Transaction
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
We have an optimization that when stale read meet dataIsNotReady, fallback to leader, and it may suffer keyIsLocked error from leader, after resolving lock, we need to retry directly with leader, unless there may be an useless dataIsNotReady.
Now:
Change to:
The text was updated successfully, but these errors were encountered: