You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Tarun Parimi (Jira)" <ji...@apache.org> on 2020/02/18 15:36:00 UTC

[jira] [Updated] (YARN-10149) container-executor exits with 139 when the permissions of yarn log directory is improper

     [ https://issues.apache.org/jira/browse/YARN-10149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tarun Parimi updated YARN-10149:
--------------------------------
    Description: 
container-executor fails with segmentation fault and exit code 139 when the permission of the yarn log directory is 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. Only the exit code 139 message is present.

  was:
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.
 


> 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
>            Priority: Major
>
> container-executor fails with segmentation fault and exit code 139 when the permission of the yarn log directory is 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. Only the exit code 139 message is present.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org