[jira] [Commented] (YARN-2191) Add a test to make sure NM will do application cleanup even if RM restarting happens before application completed

2014-06-24 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14041991#comment-14041991
 ] 

Hudson commented on YARN-2191:
--

SUCCESS: Integrated in Hadoop-Yarn-trunk #593 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/593/])
YARN-2191. Added a new test to ensure NM will clean up completed applications 
in the case of RM restart. Contributed by Wangda Tan (jianhe: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1604949)
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestApplicationCleanup.java


 Add a test to make sure NM will do application cleanup even if RM restarting 
 happens before application completed
 -

 Key: YARN-2191
 URL: https://issues.apache.org/jira/browse/YARN-2191
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.4.0
Reporter: Wangda Tan
Assignee: Wangda Tan
 Fix For: 2.5.0

 Attachments: YARN-2191.patch, YARN-2191.patch, YARN-2191.patch, 
 YARN-2191.patch


 In YARN-1885, there's a test in 
 TestApplicationCleanup#testAppCleanupWhenRestartedAfterAppFinished. However, 
 we need one more test to make sure NM will do app cleanup when restart 
 happens before app finished. The sequence is,
 1. Submit app1 to RM1
 2. NM1 launches app1's AM (container-0), NM2 launches app1's task containers.
 3. Restart RM1
 4. Before RM1 finishes restarting, container-0 completed in NM1
 5. RM1 finishes restarting, NM1 report container-0 completed, app1 will be 
 completed
 6. RM1 should be able to notify NM1/NM2 to cleanup app1.



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


[jira] [Commented] (YARN-2191) Add a test to make sure NM will do application cleanup even if RM restarting happens before application completed

2014-06-24 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14042145#comment-14042145
 ] 

Hudson commented on YARN-2191:
--

SUCCESS: Integrated in Hadoop-Hdfs-trunk #1784 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1784/])
YARN-2191. Added a new test to ensure NM will clean up completed applications 
in the case of RM restart. Contributed by Wangda Tan (jianhe: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1604949)
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestApplicationCleanup.java


 Add a test to make sure NM will do application cleanup even if RM restarting 
 happens before application completed
 -

 Key: YARN-2191
 URL: https://issues.apache.org/jira/browse/YARN-2191
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.4.0
Reporter: Wangda Tan
Assignee: Wangda Tan
 Fix For: 2.5.0

 Attachments: YARN-2191.patch, YARN-2191.patch, YARN-2191.patch, 
 YARN-2191.patch


 In YARN-1885, there's a test in 
 TestApplicationCleanup#testAppCleanupWhenRestartedAfterAppFinished. However, 
 we need one more test to make sure NM will do app cleanup when restart 
 happens before app finished. The sequence is,
 1. Submit app1 to RM1
 2. NM1 launches app1's AM (container-0), NM2 launches app1's task containers.
 3. Restart RM1
 4. Before RM1 finishes restarting, container-0 completed in NM1
 5. RM1 finishes restarting, NM1 report container-0 completed, app1 will be 
 completed
 6. RM1 should be able to notify NM1/NM2 to cleanup app1.



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


[jira] [Commented] (YARN-2191) Add a test to make sure NM will do application cleanup even if RM restarting happens before application completed

2014-06-24 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14042229#comment-14042229
 ] 

Hudson commented on YARN-2191:
--

FAILURE: Integrated in Hadoop-Mapreduce-trunk #1811 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1811/])
YARN-2191. Added a new test to ensure NM will clean up completed applications 
in the case of RM restart. Contributed by Wangda Tan (jianhe: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1604949)
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestApplicationCleanup.java


 Add a test to make sure NM will do application cleanup even if RM restarting 
 happens before application completed
 -

 Key: YARN-2191
 URL: https://issues.apache.org/jira/browse/YARN-2191
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.4.0
Reporter: Wangda Tan
Assignee: Wangda Tan
 Fix For: 2.5.0

 Attachments: YARN-2191.patch, YARN-2191.patch, YARN-2191.patch, 
 YARN-2191.patch


 In YARN-1885, there's a test in 
 TestApplicationCleanup#testAppCleanupWhenRestartedAfterAppFinished. However, 
 we need one more test to make sure NM will do app cleanup when restart 
 happens before app finished. The sequence is,
 1. Submit app1 to RM1
 2. NM1 launches app1's AM (container-0), NM2 launches app1's task containers.
 3. Restart RM1
 4. Before RM1 finishes restarting, container-0 completed in NM1
 5. RM1 finishes restarting, NM1 report container-0 completed, app1 will be 
 completed
 6. RM1 should be able to notify NM1/NM2 to cleanup app1.



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


[jira] [Commented] (YARN-2191) Add a test to make sure NM will do application cleanup even if RM restarting happens before application completed

2014-06-23 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14040589#comment-14040589
 ] 

Hadoop QA commented on YARN-2191:
-

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12651949/YARN-2191.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-YARN-Build/4046//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/4046//console

This message is automatically generated.

 Add a test to make sure NM will do application cleanup even if RM restarting 
 happens before application completed
 -

 Key: YARN-2191
 URL: https://issues.apache.org/jira/browse/YARN-2191
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.4.0
Reporter: Wangda Tan
Assignee: Wangda Tan
 Attachments: YARN-2191.patch, YARN-2191.patch, YARN-2191.patch


 In YARN-1885, there's a test in 
 TestApplicationCleanup#testAppCleanupWhenRestartedAfterAppFinished. However, 
 we need one more test to make sure NM will do app cleanup when restart 
 happens before app finished. The sequence is,
 1. Submit app1 to RM1
 2. NM1 launches app1's AM (container-0), NM2 launches app1's task containers.
 3. Restart RM1
 4. Before RM1 finishes restarting, container-0 completed in NM1
 5. RM1 finishes restarting, NM1 report container-0 completed, app1 will be 
 completed
 6. RM1 should be able to notify NM1/NM2 to cleanup app1.



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


[jira] [Commented] (YARN-2191) Add a test to make sure NM will do application cleanup even if RM restarting happens before application completed

2014-06-23 Thread Jian He (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14041063#comment-14041063
 ] 

Jian He commented on YARN-2191:
---

looks good, +1

 Add a test to make sure NM will do application cleanup even if RM restarting 
 happens before application completed
 -

 Key: YARN-2191
 URL: https://issues.apache.org/jira/browse/YARN-2191
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.4.0
Reporter: Wangda Tan
Assignee: Wangda Tan
 Attachments: YARN-2191.patch, YARN-2191.patch, YARN-2191.patch


 In YARN-1885, there's a test in 
 TestApplicationCleanup#testAppCleanupWhenRestartedAfterAppFinished. However, 
 we need one more test to make sure NM will do app cleanup when restart 
 happens before app finished. The sequence is,
 1. Submit app1 to RM1
 2. NM1 launches app1's AM (container-0), NM2 launches app1's task containers.
 3. Restart RM1
 4. Before RM1 finishes restarting, container-0 completed in NM1
 5. RM1 finishes restarting, NM1 report container-0 completed, app1 will be 
 completed
 6. RM1 should be able to notify NM1/NM2 to cleanup app1.



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


[jira] [Commented] (YARN-2191) Add a test to make sure NM will do application cleanup even if RM restarting happens before application completed

2014-06-23 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14041239#comment-14041239
 ] 

Hadoop QA commented on YARN-2191:
-

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12652025/YARN-2191.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-YARN-Build/4053//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/4053//console

This message is automatically generated.

 Add a test to make sure NM will do application cleanup even if RM restarting 
 happens before application completed
 -

 Key: YARN-2191
 URL: https://issues.apache.org/jira/browse/YARN-2191
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.4.0
Reporter: Wangda Tan
Assignee: Wangda Tan
 Attachments: YARN-2191.patch, YARN-2191.patch, YARN-2191.patch, 
 YARN-2191.patch


 In YARN-1885, there's a test in 
 TestApplicationCleanup#testAppCleanupWhenRestartedAfterAppFinished. However, 
 we need one more test to make sure NM will do app cleanup when restart 
 happens before app finished. The sequence is,
 1. Submit app1 to RM1
 2. NM1 launches app1's AM (container-0), NM2 launches app1's task containers.
 3. Restart RM1
 4. Before RM1 finishes restarting, container-0 completed in NM1
 5. RM1 finishes restarting, NM1 report container-0 completed, app1 will be 
 completed
 6. RM1 should be able to notify NM1/NM2 to cleanup app1.



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


[jira] [Commented] (YARN-2191) Add a test to make sure NM will do application cleanup even if RM restarting happens before application completed

2014-06-23 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14041540#comment-14041540
 ] 

Hudson commented on YARN-2191:
--

SUCCESS: Integrated in Hadoop-trunk-Commit #5756 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/5756/])
YARN-2191. Added a new test to ensure NM will clean up completed applications 
in the case of RM restart. Contributed by Wangda Tan (jianhe: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1604949)
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestApplicationCleanup.java


 Add a test to make sure NM will do application cleanup even if RM restarting 
 happens before application completed
 -

 Key: YARN-2191
 URL: https://issues.apache.org/jira/browse/YARN-2191
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.4.0
Reporter: Wangda Tan
Assignee: Wangda Tan
 Fix For: 2.5.0

 Attachments: YARN-2191.patch, YARN-2191.patch, YARN-2191.patch, 
 YARN-2191.patch


 In YARN-1885, there's a test in 
 TestApplicationCleanup#testAppCleanupWhenRestartedAfterAppFinished. However, 
 we need one more test to make sure NM will do app cleanup when restart 
 happens before app finished. The sequence is,
 1. Submit app1 to RM1
 2. NM1 launches app1's AM (container-0), NM2 launches app1's task containers.
 3. Restart RM1
 4. Before RM1 finishes restarting, container-0 completed in NM1
 5. RM1 finishes restarting, NM1 report container-0 completed, app1 will be 
 completed
 6. RM1 should be able to notify NM1/NM2 to cleanup app1.



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


[jira] [Commented] (YARN-2191) Add a test to make sure NM will do application cleanup even if RM restarting happens before application completed

2014-06-23 Thread Wangda Tan (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14041544#comment-14041544
 ] 

Wangda Tan commented on YARN-2191:
--

Thanks for Jian's review and commit!

 Add a test to make sure NM will do application cleanup even if RM restarting 
 happens before application completed
 -

 Key: YARN-2191
 URL: https://issues.apache.org/jira/browse/YARN-2191
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.4.0
Reporter: Wangda Tan
Assignee: Wangda Tan
 Fix For: 2.5.0

 Attachments: YARN-2191.patch, YARN-2191.patch, YARN-2191.patch, 
 YARN-2191.patch


 In YARN-1885, there's a test in 
 TestApplicationCleanup#testAppCleanupWhenRestartedAfterAppFinished. However, 
 we need one more test to make sure NM will do app cleanup when restart 
 happens before app finished. The sequence is,
 1. Submit app1 to RM1
 2. NM1 launches app1's AM (container-0), NM2 launches app1's task containers.
 3. Restart RM1
 4. Before RM1 finishes restarting, container-0 completed in NM1
 5. RM1 finishes restarting, NM1 report container-0 completed, app1 will be 
 completed
 6. RM1 should be able to notify NM1/NM2 to cleanup app1.



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


[jira] [Commented] (YARN-2191) Add a test to make sure NM will do application cleanup even if RM restarting happens before application completed

2014-06-22 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14040136#comment-14040136
 ] 

Hadoop QA commented on YARN-2191:
-

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12651869/YARN-2191.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-YARN-Build/4040//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/4040//console

This message is automatically generated.

 Add a test to make sure NM will do application cleanup even if RM restarting 
 happens before application completed
 -

 Key: YARN-2191
 URL: https://issues.apache.org/jira/browse/YARN-2191
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.4.0
Reporter: Wangda Tan
Assignee: Wangda Tan
 Attachments: YARN-2191.patch


 In YARN-1885, there's a test in 
 TestApplicationCleanup#testAppCleanupWhenRestartedAfterAppFinished. However, 
 we need one more test to make sure NM will do app cleanup when restart 
 happens before app finished. The sequence is,
 1. Submit app1 to RM1
 2. NM1 launches app1's AM (container-0), NM2 launches app1's task containers.
 3. Restart RM1
 4. Before RM1 finishes restarting, container-0 completed in NM1
 5. RM1 finishes restarting, NM1 report container-0 completed, app1 will be 
 completed
 6. RM1 should be able to notify NM1/NM2 to cleanup app1.



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


[jira] [Commented] (YARN-2191) Add a test to make sure NM will do application cleanup even if RM restarting happens before application completed

2014-06-22 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14040444#comment-14040444
 ] 

Hadoop QA commented on YARN-2191:
-

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12651923/YARN-2191.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:red}-1 core tests{color}.  The patch failed these unit tests in 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager:

  
org.apache.hadoop.yarn.server.resourcemanager.rmapp.TestRMAppTransitions
  
org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesAppsModification
  
org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesApps
  
org.apache.hadoop.yarn.server.resourcemanager.applicationsmanager.TestAMRMRPCNodeUpdates

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-YARN-Build/4044//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/4044//console

This message is automatically generated.

 Add a test to make sure NM will do application cleanup even if RM restarting 
 happens before application completed
 -

 Key: YARN-2191
 URL: https://issues.apache.org/jira/browse/YARN-2191
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.4.0
Reporter: Wangda Tan
Assignee: Wangda Tan
 Attachments: YARN-2191.patch, YARN-2191.patch


 In YARN-1885, there's a test in 
 TestApplicationCleanup#testAppCleanupWhenRestartedAfterAppFinished. However, 
 we need one more test to make sure NM will do app cleanup when restart 
 happens before app finished. The sequence is,
 1. Submit app1 to RM1
 2. NM1 launches app1's AM (container-0), NM2 launches app1's task containers.
 3. Restart RM1
 4. Before RM1 finishes restarting, container-0 completed in NM1
 5. RM1 finishes restarting, NM1 report container-0 completed, app1 will be 
 completed
 6. RM1 should be able to notify NM1/NM2 to cleanup app1.



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