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
binshi-bing
changed the title
Unexpected "reset user timestamp failed" in TestMicroserviceTSOServer/TestConcurrentlyReset
tso: unexpected "reset user timestamp failed" in TestConcurrentlyReset
Apr 26, 2023
close#6385
Get a copy of now then call base.add, because now is shared by all goroutines and now.add() will add to itself which isn't atomic and multi-goroutine safe.
Signed-off-by: Bin Shi <binshi.bing@gmail.com>
…v#6396)
closetikv#6385
Get a copy of now then call base.add, because now is shared by all goroutines and now.add() will add to itself which isn't atomic and multi-goroutine safe.
Signed-off-by: Bin Shi <binshi.bing@gmail.com>
Signed-off-by: zeminzhou <zhouzemin@pingcap.com>
rleungx
pushed a commit
to rleungx/pd
that referenced
this issue
Aug 2, 2023
…v#6396)
closetikv#6385
Get a copy of now then call base.add, because now is shared by all goroutines and now.add() will add to itself which isn't atomic and multi-goroutine safe.
Signed-off-by: Bin Shi <binshi.bing@gmail.com>
Flaky Test
Which jobs are failing
TestMicroserviceTSOServer/TestConcurrentlyReset
CI link
Reason for failure (if possible)
Anything else
The text was updated successfully, but these errors were encountered: