[jira] [Commented] (YARN-6697) Catch an exception, exception information needs to be recorded, even if the probability of occurrence is very low

2017-06-08 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16042246#comment-16042246 ] ZhangBing Lin commented on YARN-6697: - [~templedf],thank you for your answer carefully, I think you're

[jira] [Commented] (YARN-6697) Catch an exception, exception information needs to be recorded, even if the probability of occurrence is very low

2017-06-07 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16042161#comment-16042161 ] ZhangBing Lin commented on YARN-6697: - findbugs looks has nothing to do with my patch > Catch an

[jira] [Commented] (YARN-6697) Catch an exception, exception information needs to be recorded, even if the probability of occurrence is very low

2017-06-07 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16042158#comment-16042158 ] ZhangBing Lin commented on YARN-6697: - I just added the log, the unit test case for these method

[jira] [Commented] (YARN-6697) Catch an exception, exception information needs to be recorded, even if the probability of occurrence is very low

2017-06-07 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16042124#comment-16042124 ] ZhangBing Lin commented on YARN-6697: - submit a patch! > Catch an exception, exception information

[jira] [Updated] (YARN-6697) Catch an exception, exception information needs to be recorded, even if the probability of occurrence is very low

2017-06-07 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZhangBing Lin updated YARN-6697: Description: Catch an exception, exception information needs to be recorded, even if the probability

[jira] [Updated] (YARN-6697) Catch an exception, exception information needs to be recorded, even if the probability of occurrence is very low

2017-06-07 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZhangBing Lin updated YARN-6697: Description: Catch an exception, exception information needs to be recorded, even if the probability

[jira] [Updated] (YARN-6697) Catch an exception, exception information needs to be recorded, even if the probability of occurrence is very low

2017-06-07 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZhangBing Lin updated YARN-6697: Component/s: nodemanager > Catch an exception, exception information needs to be recorded, even if

[jira] [Updated] (YARN-6697) Catch an exception, exception information needs to be recorded, even if the probability of occurrence is very low

2017-06-07 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZhangBing Lin updated YARN-6697: Attachment: YARN-6697.001.patch > Catch an exception, exception information needs to be recorded,

[jira] [Created] (YARN-6697) Catch an exception, exception information needs to be recorded, even if the probability of occurrence is very low

2017-06-07 Thread ZhangBing Lin (JIRA)
ZhangBing Lin created YARN-6697: --- Summary: Catch an exception, exception information needs to be recorded, even if the probability of occurrence is very low Key: YARN-6697 URL:

[jira] [Commented] (YARN-6646) Modifier 'static' is redundant for inner enums

2017-05-26 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16027064#comment-16027064 ] ZhangBing Lin commented on YARN-6646: - Hi,[~templedf],thanks for your review and commit! > Modifier

[jira] [Updated] (YARN-6646) Modifier 'static' is redundant for inner enums less

2017-05-25 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZhangBing Lin updated YARN-6646: Description: Java enumeration type is a static constant, implicitly modified with static

[jira] [Commented] (YARN-6646) Modifier 'static' is redundant for inner enums less

2017-05-25 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16024621#comment-16024621 ] ZhangBing Lin commented on YARN-6646: - Through the log,Unit test failure and FindBugs are not caused by

[jira] [Updated] (YARN-6646) Modifier 'static' is redundant for inner enums less

2017-05-25 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZhangBing Lin updated YARN-6646: Affects Version/s: 3.0.0-alpha3 > Modifier 'static' is redundant for inner enums less >

[jira] [Updated] (YARN-6646) Modifier 'static' is redundant for inner enums less

2017-05-25 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZhangBing Lin updated YARN-6646: Attachment: YARN-6646.001.patch > Modifier 'static' is redundant for inner enums less >

[jira] [Created] (YARN-6646) Modifier 'static' is redundant for inner enums less

2017-05-25 Thread ZhangBing Lin (JIRA)
ZhangBing Lin created YARN-6646: --- Summary: Modifier 'static' is redundant for inner enums less Key: YARN-6646 URL: https://issues.apache.org/jira/browse/YARN-6646 Project: Hadoop YARN Issue

[jira] [Commented] (YARN-6577) Remove unused ContainerLocalization classes

2017-05-17 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16015160#comment-16015160 ] ZhangBing Lin commented on YARN-6577: - [~chris.douglas],Thank you for your review and commit! > Remove

[jira] [Commented] (YARN-6577) Useless interface and implementation class

2017-05-11 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16007467#comment-16007467 ] ZhangBing Lin commented on YARN-6577: - [~ajisakaa],Can you plz take a quick review? > Useless

[jira] [Commented] (YARN-6577) Useless interface and implementation class

2017-05-10 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16005716#comment-16005716 ] ZhangBing Lin commented on YARN-6577: - [~rohithsharma],can you plz take a quick review? > Useless

[jira] [Commented] (YARN-6577) Useless interface and implementation class

2017-05-10 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16004331#comment-16004331 ] ZhangBing Lin commented on YARN-6577: - Hi,[~rohithsharma], I can't change the Assignee to oneself also

[jira] [Updated] (YARN-6577) Useless interface and implementation class

2017-05-10 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZhangBing Lin updated YARN-6577: Description: From 2.7.3 and 3.0.0-alpha2, the ContainerLocalization interface and the

[jira] [Commented] (YARN-6577) Useless interface and implementation class

2017-05-10 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16004234#comment-16004234 ] ZhangBing Lin commented on YARN-6577: - Just delete the useless codes, no unit tests needed! > Useless

[jira] [Updated] (YARN-6577) Useless interface and implementation class

2017-05-10 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZhangBing Lin updated YARN-6577: Summary: Useless interface and implementation class (was: Redundant interface and implementation

[jira] [Updated] (YARN-6577) Redundant interface and implementation class

2017-05-10 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZhangBing Lin updated YARN-6577: Summary: Redundant interface and implementation class (was: Redundant interfaces and implementation

[jira] [Commented] (YARN-6577) Redundant interfaces and implementation classes

2017-05-10 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16004186#comment-16004186 ] ZhangBing Lin commented on YARN-6577: - Submit a patch! > Redundant interfaces and implementation

[jira] [Updated] (YARN-6577) Redundant interfaces and implementation classes

2017-05-10 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/YARN-6577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZhangBing Lin updated YARN-6577: Attachment: YARN-6577.001.patch > Redundant interfaces and implementation classes >

[jira] [Created] (YARN-6577) Redundant interfaces and implementation classes

2017-05-10 Thread ZhangBing Lin (JIRA)
ZhangBing Lin created YARN-6577: --- Summary: Redundant interfaces and implementation classes Key: YARN-6577 URL: https://issues.apache.org/jira/browse/YARN-6577 Project: Hadoop YARN Issue Type: