Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: create TSI MANIFEST files atomically (#23539)
When a MANIFEST file is created in TSI, it should be written to a temp file, then atomically renamed, to avoid overwriting the existing file only to fail on the later write. closes #23536 (cherry picked from commit 061cf55) closes #23537
- Loading branch information