[jira] [Updated] (YARN-1870) FileInputStream is not closed in ProcfsBasedProcessTree#constructProcessSMAPInfo()

2014-04-17 Thread Junping Du (JIRA)

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

Junping Du updated YARN-1870:
-

Fix Version/s: (was: 2.4.1)
   2.5.0

> FileInputStream is not closed in 
> ProcfsBasedProcessTree#constructProcessSMAPInfo()
> --
>
> Key: YARN-1870
> URL: https://issues.apache.org/jira/browse/YARN-1870
> Project: Hadoop YARN
>  Issue Type: Improvement
>  Components: resourcemanager
>Affects Versions: 2.4.0
>Reporter: Ted Yu
>Assignee: Fengdong Yu
>Priority: Minor
> Fix For: 2.5.0
>
> Attachments: YARN-1870.patch
>
>
> {code}
>   List lines = IOUtils.readLines(new FileInputStream(file));
> {code}
> FileInputStream is not closed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (YARN-1870) FileInputStream is not closed in ProcfsBasedProcessTree#constructProcessSMAPInfo()

2014-04-17 Thread Junping Du (JIRA)

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

Junping Du updated YARN-1870:
-

Issue Type: Improvement  (was: Bug)

> FileInputStream is not closed in 
> ProcfsBasedProcessTree#constructProcessSMAPInfo()
> --
>
> Key: YARN-1870
> URL: https://issues.apache.org/jira/browse/YARN-1870
> Project: Hadoop YARN
>  Issue Type: Improvement
>  Components: resourcemanager
>Affects Versions: 2.4.0
>Reporter: Ted Yu
>Assignee: Fengdong Yu
>Priority: Minor
> Fix For: 2.4.1
>
> Attachments: YARN-1870.patch
>
>
> {code}
>   List lines = IOUtils.readLines(new FileInputStream(file));
> {code}
> FileInputStream is not closed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (YARN-1870) FileInputStream is not closed in ProcfsBasedProcessTree#constructProcessSMAPInfo()

2014-04-13 Thread Fengdong Yu (JIRA)

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

Fengdong Yu updated YARN-1870:
--

Component/s: resourcemanager

> FileInputStream is not closed in 
> ProcfsBasedProcessTree#constructProcessSMAPInfo()
> --
>
> Key: YARN-1870
> URL: https://issues.apache.org/jira/browse/YARN-1870
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: resourcemanager
>Affects Versions: 2.4.0
>Reporter: Ted Yu
>Assignee: Fengdong Yu
>Priority: Minor
> Fix For: 2.4.1
>
> Attachments: YARN-1870.patch
>
>
> {code}
>   List lines = IOUtils.readLines(new FileInputStream(file));
> {code}
> FileInputStream is not closed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (YARN-1870) FileInputStream is not closed in ProcfsBasedProcessTree#constructProcessSMAPInfo()

2014-04-13 Thread Fengdong Yu (JIRA)

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

Fengdong Yu updated YARN-1870:
--

Affects Version/s: 2.4.0

> FileInputStream is not closed in 
> ProcfsBasedProcessTree#constructProcessSMAPInfo()
> --
>
> Key: YARN-1870
> URL: https://issues.apache.org/jira/browse/YARN-1870
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: resourcemanager
>Affects Versions: 2.4.0
>Reporter: Ted Yu
>Assignee: Fengdong Yu
>Priority: Minor
> Fix For: 2.4.1
>
> Attachments: YARN-1870.patch
>
>
> {code}
>   List lines = IOUtils.readLines(new FileInputStream(file));
> {code}
> FileInputStream is not closed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (YARN-1870) FileInputStream is not closed in ProcfsBasedProcessTree#constructProcessSMAPInfo()

2014-04-13 Thread Fengdong Yu (JIRA)

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

Fengdong Yu updated YARN-1870:
--

Fix Version/s: 2.4.1

> FileInputStream is not closed in 
> ProcfsBasedProcessTree#constructProcessSMAPInfo()
> --
>
> Key: YARN-1870
> URL: https://issues.apache.org/jira/browse/YARN-1870
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: resourcemanager
>Affects Versions: 2.4.0
>Reporter: Ted Yu
>Assignee: Fengdong Yu
>Priority: Minor
> Fix For: 2.4.1
>
> Attachments: YARN-1870.patch
>
>
> {code}
>   List lines = IOUtils.readLines(new FileInputStream(file));
> {code}
> FileInputStream is not closed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (YARN-1870) FileInputStream is not closed in ProcfsBasedProcessTree#constructProcessSMAPInfo()

2014-03-31 Thread Hitesh Shah (JIRA)

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

Hitesh Shah updated YARN-1870:
--

Assignee: Fengdong Yu

> FileInputStream is not closed in 
> ProcfsBasedProcessTree#constructProcessSMAPInfo()
> --
>
> Key: YARN-1870
> URL: https://issues.apache.org/jira/browse/YARN-1870
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Ted Yu
>Assignee: Fengdong Yu
>Priority: Minor
> Attachments: YARN-1870.patch
>
>
> {code}
>   List lines = IOUtils.readLines(new FileInputStream(file));
> {code}
> FileInputStream is not closed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (YARN-1870) FileInputStream is not closed in ProcfsBasedProcessTree#constructProcessSMAPInfo()

2014-03-24 Thread Fengdong Yu (JIRA)

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

Fengdong Yu updated YARN-1870:
--

Attachment: YARN-1870.patch

> FileInputStream is not closed in 
> ProcfsBasedProcessTree#constructProcessSMAPInfo()
> --
>
> Key: YARN-1870
> URL: https://issues.apache.org/jira/browse/YARN-1870
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Ted Yu
>Priority: Minor
> Attachments: YARN-1870.patch
>
>
> {code}
>   List lines = IOUtils.readLines(new FileInputStream(file));
> {code}
> FileInputStream is not closed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (YARN-1870) FileInputStream is not closed in ProcfsBasedProcessTree#constructProcessSMAPInfo()

2014-03-24 Thread Fengdong Yu (JIRA)

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

Fengdong Yu updated YARN-1870:
--

Attachment: (was: YARN-1870.patch)

> FileInputStream is not closed in 
> ProcfsBasedProcessTree#constructProcessSMAPInfo()
> --
>
> Key: YARN-1870
> URL: https://issues.apache.org/jira/browse/YARN-1870
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Ted Yu
>Priority: Minor
>
> {code}
>   List lines = IOUtils.readLines(new FileInputStream(file));
> {code}
> FileInputStream is not closed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (YARN-1870) FileInputStream is not closed in ProcfsBasedProcessTree#constructProcessSMAPInfo()

2014-03-24 Thread Fengdong Yu (JIRA)

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

Fengdong Yu updated YARN-1870:
--

Attachment: YARN-1870.patch

> FileInputStream is not closed in 
> ProcfsBasedProcessTree#constructProcessSMAPInfo()
> --
>
> Key: YARN-1870
> URL: https://issues.apache.org/jira/browse/YARN-1870
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Ted Yu
>Priority: Minor
> Attachments: YARN-1870.patch
>
>
> {code}
>   List lines = IOUtils.readLines(new FileInputStream(file));
> {code}
> FileInputStream is not closed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)