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
This confused me while looking into something unrelated.
There's no need to sync a createDirectories call like this,
the file system does that for us.
We do however in some cases create containers concurrently across
many threads which visbly blocks here.
0 commit comments