You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Wilfred Spiegelenburg (JIRA)" <ji...@apache.org> on 2017/04/21 18:14:04 UTC

[jira] [Created] (YARN-6510) Fix warning - procfs stat file is not in the expected format: YARN-3344 is not enough

Wilfred Spiegelenburg created YARN-6510:
-------------------------------------------

             Summary: Fix warning - procfs stat file is not in the expected format: YARN-3344 is not enough
                 Key: YARN-6510
                 URL: https://issues.apache.org/jira/browse/YARN-6510
             Project: Hadoop YARN
          Issue Type: Bug
    Affects Versions: 3.0.0-alpha2, 2.8.0
            Reporter: Wilfred Spiegelenburg
            Assignee: Wilfred Spiegelenburg


Even with the fix for YARN-3344 we still have issues with the procfs format.

This is the case that is causing issues:
{code}
[user@nm1 ~]$ cat /proc/2406/stat
2406 (ib_fmr(mlx4_0)) S 2 0 0 0 -1 2149613632 0 0 0 0 166 126908 0 0 20 0 1 0 4284 0 0 18446744073709551615 0 0 0 0 0 0 0 2147483647 0 18446744073709551615 0 0 17 6 0 0 0 0 0
{code}

We do not handle the parenthesis in the name which causes the pattern matching to fail



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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