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
A user downloading targets from a single repository in several threads may experience a race condition which causes
Failed to read target '<>' from repo: System time stepped backward: system time '2023-03-20 15:59:46.093463138 UTC', last known time '2023-03-20 15:59:46.097834959 UTC'
This is caused by a thread updating latest_known_time.json after Utc::now() was called.
The text was updated successfully, but these errors were encountered:
A user downloading targets from a single repository in several threads may experience a race condition which causes
This is caused by a thread updating
latest_known_time.json
afterUtc::now()
was called.The text was updated successfully, but these errors were encountered: