-
Notifications
You must be signed in to change notification settings - Fork 742
Closed
Labels
affects-8.1This bug affects the 8.1.x(LTS) versions.This bug affects the 8.1.x(LTS) versions.severity/criticaltype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
If (*client).dispatchTSORequestWithRetry
directly calls tryDone()
due to the error of context canceled, the caller might get the TSO result and put the request back into the pool. At this time, the old tsoClient
may have data races with the new tsoClient
when cleaning up residual TSO requests.
This is also the root cause of #8055.
Metadata
Metadata
Assignees
Labels
affects-8.1This bug affects the 8.1.x(LTS) versions.This bug affects the 8.1.x(LTS) versions.severity/criticaltype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Type
Projects
Status
Closed