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
Under the current latest version of PD, TSO request may fail at the time of leader changing because SyncTimestamp is not yet completed but PD receives a TSO request at the same time. To fix this, we may need to check the leader lease and retry when loading TSO in memory fails rather than just return an error.
I reopen this issue because this bug still exists in the normal leader changing case. We may need to add a retry mechanism for PD client to address this question totally.
The text was updated successfully, but these errors were encountered:
Bug Report
Under the current latest version of PD, TSO request may fail at the time of leader changing because
SyncTimestamp
is not yet completed but PD receives a TSO request at the same time. To fix this, we may need to check the leader lease and retry when loading TSO in memory fails rather than just return an error.Notice for reopening
I reopen this issue because this bug still exists in the normal leader changing case. We may need to add a retry mechanism for PD client to address this question totally.
The text was updated successfully, but these errors were encountered: