A race condition has been found where two builders will push the same file to the cache at the same time with the same build sig in the cache, but have different file contents. The cachefile itself is protected from the race via the cache dir UUID tmpfile, but the content_hash file is not protected.
- related to
-
SERVER-56625 validate cachedir race condition when cleaning bad cachefile
- Closed