Skip to content

Resolve live trace read race condition using a retry

Grzegorz Bizon requested to merge fix/gb/fix-chunks-read-race into master

What does this MR do?

This merge request attempts to resolve a race condition that might be happening when someone is trying to read a build trace when a build trace archive worker is running and migrating data to an object store.

We try to replicate what has been done in !40516 (merged) by simply retrying this operation.

Conformity

Issues

See !40516 (diffs, comment 428678096)

Edited by Grzegorz Bizon

Merge request reports