Tarun Parimi created YARN-10149: ----------------------------------- Summary: container-executor exits with 139 when the permissions of yarn log directory is improper Key: YARN-10149 URL: https://issues.apache.org/jira/browse/YARN-10149 Project: Hadoop YARN Issue Type: Bug Components: nodemanager Affects Versions: 3.1.0 Reporter: Tarun Parimi Assignee: Tarun Parimi
container-executor fails with segmentation fault and exit code 139 when the permission of the yarn log directory was not proper. While running the container-executor manually, we get the below message. {code:java} Error checking file stats for /hadoop/yarn/log Permission denied -1 {code} But the exit code is 139 which corresponds to a segmentation fault. This is misleading especially since the "Permission denied" is not getting printed in the applogs or the NM logs. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org