Description
When using LinuxContainerExecutor do startLocalizer, we are using native code container-executor.c.
if (stat(npath, &sb) != 0) { if (mkdir(npath, perm) != 0) {
We are using check and create method to create the appDir under /usercache. But if there are two containers trying to do this at the same time, race condition may happen.
Attachments
Attachments
Issue Links
- is broken by
-
YARN-2161 Fix build on macosx: YARN parts
- Closed