[jira] [Commented] (YARN-4259) NPE inTestAMRMClientOnRMRestart.testAMRMClientResendsRequestsOnRMRestart

2015-10-13 Thread Brahma Reddy Battula (JIRA)

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

Brahma Reddy Battula commented on YARN-4259:


Yes, it's dupe of YARN-4250.

> NPE inTestAMRMClientOnRMRestart.testAMRMClientResendsRequestsOnRMRestart
> 
>
> Key: YARN-4259
> URL: https://issues.apache.org/jira/browse/YARN-4259
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: test
>Affects Versions: 2.8.0
> Environment: Jenkins
>Reporter: Steve Loughran
>Assignee: Bibin A Chundatt
>Priority: Critical
>
> NPE in 
> {{TestAMRMClientOnRMRestart.testAMRMClientResendsRequestsOnRMRestart}}; root 
> cause looks like changes in YARN-4140. Code for testing node label changes 
> need to handle null labels in requests.



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


[jira] [Commented] (YARN-4259) NPE inTestAMRMClientOnRMRestart.testAMRMClientResendsRequestsOnRMRestart

2015-10-13 Thread Sunil G (JIRA)

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

Sunil G commented on YARN-4259:
---

I feel YARN-4250 is also tracking similar issue.

> NPE inTestAMRMClientOnRMRestart.testAMRMClientResendsRequestsOnRMRestart
> 
>
> Key: YARN-4259
> URL: https://issues.apache.org/jira/browse/YARN-4259
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: test
>Affects Versions: 2.8.0
> Environment: Jenkins
>Reporter: Steve Loughran
>Assignee: Bibin A Chundatt
>Priority: Critical
>
> NPE in 
> {{TestAMRMClientOnRMRestart.testAMRMClientResendsRequestsOnRMRestart}}; root 
> cause looks like changes in YARN-4140. Code for testing node label changes 
> need to handle null labels in requests.



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


[jira] [Commented] (YARN-4259) NPE inTestAMRMClientOnRMRestart.testAMRMClientResendsRequestsOnRMRestart

2015-10-13 Thread Steve Loughran (JIRA)

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

Steve Loughran commented on YARN-4259:
--

+reviewing the test, the final {{service.stop()}} calls must go into a 
try/finally block, so if the test raises an exception, the services still halt

> NPE inTestAMRMClientOnRMRestart.testAMRMClientResendsRequestsOnRMRestart
> 
>
> Key: YARN-4259
> URL: https://issues.apache.org/jira/browse/YARN-4259
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: test
>Affects Versions: 2.8.0
> Environment: Jenkins
>Reporter: Steve Loughran
>Assignee: Bibin A Chundatt
>Priority: Critical
>
> NPE in 
> {{TestAMRMClientOnRMRestart.testAMRMClientResendsRequestsOnRMRestart}}; root 
> cause looks like changes in YARN-4140. Code for testing node label changes 
> need to handle null labels in requests.



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


[jira] [Commented] (YARN-4259) NPE inTestAMRMClientOnRMRestart.testAMRMClientResendsRequestsOnRMRestart

2015-10-13 Thread Steve Loughran (JIRA)

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

Steve Loughran commented on YARN-4259:
--

see in 
[jenkins|https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/lastCompletedBuild/testReport/org.apache.hadoop.yarn.client.api.impl/TestAMRMClientOnRMRestart/testAMRMClientResendsRequestsOnRMRestart/]

{code}
java.lang.NullPointerException: null
at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.AppSchedulingInfo.isRequestLabelChanged(AppSchedulingInfo.java:420)
at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.AppSchedulingInfo.updateResourceRequests(AppSchedulingInfo.java:342)
at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerApplicationAttempt.updateResourceRequests(SchedulerApplicationAttempt.java:300)
at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo.FifoScheduler.allocate(FifoScheduler.java:350)
at 
org.apache.hadoop.yarn.client.api.impl.TestAMRMClientOnRMRestart$MyFifoScheduler.allocate(TestAMRMClientOnRMRestart.java:544)
at 
org.apache.hadoop.yarn.server.resourcemanager.ApplicationMasterService.allocate(ApplicationMasterService.java:507)
at 
org.apache.hadoop.yarn.client.api.impl.AMRMClientImpl.allocate(AMRMClientImpl.java:277)
at 
org.apache.hadoop.yarn.client.api.impl.TestAMRMClientOnRMRestart.testAMRMClientResendsRequestsOnRMRestart(TestAMRMClientOnRMRestart.java:187)

{code}

> NPE inTestAMRMClientOnRMRestart.testAMRMClientResendsRequestsOnRMRestart
> 
>
> Key: YARN-4259
> URL: https://issues.apache.org/jira/browse/YARN-4259
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: test
>Affects Versions: 2.8.0
>Reporter: Steve Loughran
>Assignee: Bibin A Chundatt
>Priority: Critical
>
> NPE in 
> {{TestAMRMClientOnRMRestart.testAMRMClientResendsRequestsOnRMRestart}}; root 
> cause looks like changes in YARN-4140. Code for testing node label changes 
> need to handle null labels in requests.



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