Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make FsBlobContainer Listing Resilient to Concurrent Modifications (#…
…49142) (#49177) * Make FsBlobContainer Listing Resilient to Concurrent Modifications If we list out files in a folder via the lazily computed directory stream, we have to deal with concurrent deletes when reading the file attributes since we don't have a lock on the directory in any way. Closes #37581
- Loading branch information