[jira] [Updated] (YARN-2757) potential NPE in checkNodeLabelExpression of SchedulerUtils for nodeLabels.

2014-10-28 Thread Wangda Tan (JIRA)

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

Wangda Tan updated YARN-2757:
-
Priority: Minor  (was: Major)

 potential NPE in checkNodeLabelExpression of SchedulerUtils for nodeLabels.
 ---

 Key: YARN-2757
 URL: https://issues.apache.org/jira/browse/YARN-2757
 Project: Hadoop YARN
  Issue Type: Bug
Reporter: zhihai xu
Assignee: zhihai xu
Priority: Minor
 Attachments: YARN-2757.000.patch


 pontential NPE in checkNodeLabelExpression of SchedulerUtils for nodeLabels.
 since we check the nodeLabels null at 
 {code}
 if (!str.trim().isEmpty()
  (nodeLabels == null || !nodeLabels.contains(str.trim( {
   return false;
 }
 {code}
 We should also check nodeLabels null at 
 {code}
   if (!nodeLabels.isEmpty()) {
 return false;
   }
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (YARN-2757) potential NPE in checkNodeLabelExpression of SchedulerUtils for nodeLabels.

2014-10-28 Thread zhihai xu (JIRA)

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

zhihai xu updated YARN-2757:

Issue Type: Sub-task  (was: Bug)
Parent: YARN-2492

 potential NPE in checkNodeLabelExpression of SchedulerUtils for nodeLabels.
 ---

 Key: YARN-2757
 URL: https://issues.apache.org/jira/browse/YARN-2757
 Project: Hadoop YARN
  Issue Type: Sub-task
Reporter: zhihai xu
Assignee: zhihai xu
Priority: Minor
 Attachments: YARN-2757.000.patch


 pontential NPE in checkNodeLabelExpression of SchedulerUtils for nodeLabels.
 since we check the nodeLabels null at 
 {code}
 if (!str.trim().isEmpty()
  (nodeLabels == null || !nodeLabels.contains(str.trim( {
   return false;
 }
 {code}
 We should also check nodeLabels null at 
 {code}
   if (!nodeLabels.isEmpty()) {
 return false;
   }
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (YARN-2757) potential NPE in checkNodeLabelExpression of SchedulerUtils for nodeLabels.

2014-10-27 Thread zhihai xu (JIRA)

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

zhihai xu updated YARN-2757:

Issue Type: Bug  (was: Improvement)

 potential NPE in checkNodeLabelExpression of SchedulerUtils for nodeLabels.
 ---

 Key: YARN-2757
 URL: https://issues.apache.org/jira/browse/YARN-2757
 Project: Hadoop YARN
  Issue Type: Bug
Reporter: zhihai xu
Assignee: zhihai xu

 pontential NPE in checkNodeLabelExpression of SchedulerUtils for nodeLabels.
 since we check the nodeLabels null at 
 {code}
 if (!str.trim().isEmpty()
  (nodeLabels == null || !nodeLabels.contains(str.trim( {
   return false;
 }
 {code}
 We should also check nodeLabels null at 
 {code}
   if (!nodeLabels.isEmpty()) {
 return false;
   }
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)