[jira] [Commented] (YARN-6510) Fix profs stat file warning caused by process names that includes parenthesis

2018-02-04 Thread Cholju Paek (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-6510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16352002#comment-16352002
 ] 

Cholju Paek commented on YARN-6510:
---

Hello.

One of my customer is experiencing the same issue.
Currently, Cloudera CDH is used, and due to the bug, patch is required.

I wonder if this bug causes functional problems?
The patch is very careful because the site is very sensitive to patches.

Could you answer that?

 

안녕하세요. 

저희 사이트도 동일한 이슈가 발생하고 있습니다.
현재 Cloudera CDH를 이용하고 있으며, 해당 Bug로 인하여 Patch가 필요한 상태입니다.
궁금한 점은,,
 이 Bug로 인하여 기능적인 문제가 발생하는지에 대하여 궁금합니다.
사이트가 패치에 대해 매우 민감하므로 Patch가 조심스럽습니다.

혹시 답변해 주실수 있으신지요?

 

> Fix profs stat file warning caused by process names that includes parenthesis
> -
>
> Key: YARN-6510
> URL: https://issues.apache.org/jira/browse/YARN-6510
> Project: Hadoop YARN
>  Issue Type: Bug
>Affects Versions: 2.8.0, 3.0.0-alpha2
>Reporter: Wilfred Spiegelenburg
>Assignee: Wilfred Spiegelenburg
>Priority: Major
> Fix For: 2.9.0, 3.0.0-alpha4
>
> Attachments: YARN-6510.01.patch
>
>
> 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
(v7.6.3#76005)

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



[jira] [Comment Edited] (YARN-6510) Fix profs stat file warning caused by process names that includes parenthesis

2018-02-04 Thread Cholju Paek (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-6510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16352002#comment-16352002
 ] 

Cholju Paek edited comment on YARN-6510 at 2/5/18 4:06 AM:
---

Hello.

One of my customer is experiencing the same and needs a patch.

There is one question.
I wonder if this bug causes functional problems?
For example, could a job fail or a data drop?

 The patch is very careful because the site is very sensitive to patches.

Could you answer that?

 

안녕하세요.

저희 사이트도 동일한 이슈가 발생하고 있고, Patch가 필요한 상태입니다.
한가지 궁금한 점이 있습니다.
이 Bug로 인하여 기능적인 문제가 발생하는지에 대하여 궁금합니다.
예를들어 작업실패 또는 데이터 누락 등이 발생할 수 있을까요?

사이트가 패치에 대해 매우 민감하므로 Patch가 조심스럽습니다.

혹시 답변해 주실수 있으신지요?

 


was (Author: cholju73):
Hello.

One of my customer is experiencing the same issue.
Currently, Cloudera CDH is used, and due to the bug, patch is required.

I wonder if this bug causes functional problems?
The patch is very careful because the site is very sensitive to patches.

Could you answer that?

 

안녕하세요. 

저희 사이트도 동일한 이슈가 발생하고 있습니다.
현재 Cloudera CDH를 이용하고 있으며, 해당 Bug로 인하여 Patch가 필요한 상태입니다.
궁금한 점은,,
 이 Bug로 인하여 기능적인 문제가 발생하는지에 대하여 궁금합니다.
사이트가 패치에 대해 매우 민감하므로 Patch가 조심스럽습니다.

혹시 답변해 주실수 있으신지요?

 

> Fix profs stat file warning caused by process names that includes parenthesis
> -
>
> Key: YARN-6510
> URL: https://issues.apache.org/jira/browse/YARN-6510
> Project: Hadoop YARN
>  Issue Type: Bug
>Affects Versions: 2.8.0, 3.0.0-alpha2
>Reporter: Wilfred Spiegelenburg
>Assignee: Wilfred Spiegelenburg
>Priority: Major
> Fix For: 2.9.0, 3.0.0-alpha4
>
> Attachments: YARN-6510.01.patch
>
>
> 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
(v7.6.3#76005)

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



[jira] [Issue Comment Deleted] (YARN-6510) Fix profs stat file warning caused by process names that includes parenthesis

2018-02-07 Thread Cholju Paek (JIRA)

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

Cholju Paek updated YARN-6510:
--
Comment: was deleted

(was: Hello.

One of my customer is experiencing the same and needs a patch.

There is one question.
I wonder if this bug causes functional problems?
For example, could a job fail or a data drop?

 The patch is very careful because the site is very sensitive to patches.

Could you answer that?

 

안녕하세요.

저희 사이트도 동일한 이슈가 발생하고 있고, Patch가 필요한 상태입니다.
한가지 궁금한 점이 있습니다.
이 Bug로 인하여 기능적인 문제가 발생하는지에 대하여 궁금합니다.
예를들어 작업실패 또는 데이터 누락 등이 발생할 수 있을까요?

사이트가 패치에 대해 매우 민감하므로 Patch가 조심스럽습니다.

혹시 답변해 주실수 있으신지요?

 )

> Fix profs stat file warning caused by process names that includes parenthesis
> -
>
> Key: YARN-6510
> URL: https://issues.apache.org/jira/browse/YARN-6510
> Project: Hadoop YARN
>  Issue Type: Bug
>Affects Versions: 2.8.0, 3.0.0-alpha2
>Reporter: Wilfred Spiegelenburg
>Assignee: Wilfred Spiegelenburg
>Priority: Major
> Fix For: 2.9.0, 3.0.0-alpha4
>
> Attachments: YARN-6510.01.patch
>
>
> 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
(v7.6.3#76005)

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