[jira] [Commented] (YARN-690) RM exits on token cancel/renew problems

2013-05-20 Thread Robert Joseph Evans (JIRA)

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

Robert Joseph Evans commented on YARN-690:
--

Vinod,

Yes creating and resolving a JIRA in 2 hours is not ideal, but this is a 
Blocker that consisted on only a handful of lines of change, also the bylaws 
explicitly state that a waiting period is not needed for this vote because 
committers can retroactively -1 and pull the change out.  I agree that waiting 
to let others look at the code is good and if it were not a Blocker I would 
have waited.

 RM exits on token cancel/renew problems
 ---

 Key: YARN-690
 URL: https://issues.apache.org/jira/browse/YARN-690
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 3.0.0, 0.23.7, 2.0.5-beta
Reporter: Daryn Sharp
Assignee: Daryn Sharp
Priority: Blocker
 Fix For: 3.0.0, 2.0.5-beta, 0.23.8

 Attachments: YARN-690.patch, YARN-690.patch


 The DelegationTokenRenewer thread is critical to the RM.  When a 
 non-IOException occurs, the thread calls System.exit to prevent the RM from 
 running w/o the thread.  It should be exiting only on non-RuntimeExceptions.
 The problem is especially bad in 23 because the yarn protobuf layer converts 
 IOExceptions into UndeclaredThrowableExceptions (RuntimeException) which 
 causes the renewer to abort the process.  An UnknownHostException takes down 
 the RM...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-690) RM exits on token cancel/renew problems

2013-05-17 Thread Vinod Kumar Vavilapalli (JIRA)

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

Vinod Kumar Vavilapalli commented on YARN-690:
--

Bobby, the fix went in a little too fast for any of us to notice, you should 
give others a bit of time to be able to look at it. Tx.

While this is a quick fix that should help, we should think of more long term 
solutions - specifically looking for correct exceptions etc. After our recent 
exception work, mainly after YARN-628 and MAPREDUCE-5254, we can look for 
IOException specifically. Is that enough?

 RM exits on token cancel/renew problems
 ---

 Key: YARN-690
 URL: https://issues.apache.org/jira/browse/YARN-690
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 3.0.0, 0.23.7, 2.0.5-beta
Reporter: Daryn Sharp
Assignee: Daryn Sharp
Priority: Blocker
 Fix For: 3.0.0, 2.0.5-beta, 0.23.8

 Attachments: YARN-690.patch, YARN-690.patch


 The DelegationTokenRenewer thread is critical to the RM.  When a 
 non-IOException occurs, the thread calls System.exit to prevent the RM from 
 running w/o the thread.  It should be exiting only on non-RuntimeExceptions.
 The problem is especially bad in 23 because the yarn protobuf layer converts 
 IOExceptions into UndeclaredThrowableExceptions (RuntimeException) which 
 causes the renewer to abort the process.  An UnknownHostException takes down 
 the RM...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-690) RM exits on token cancel/renew problems

2013-05-17 Thread Hudson (JIRA)

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

Hudson commented on YARN-690:
-

Integrated in Hadoop-Yarn-trunk #212 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/212/])
YARN-690. RM exits on token cancel/renew problems (daryn via bobby) 
(Revision 1483578)

 Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1483578
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/security/DelegationTokenRenewer.java


 RM exits on token cancel/renew problems
 ---

 Key: YARN-690
 URL: https://issues.apache.org/jira/browse/YARN-690
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 3.0.0, 0.23.7, 2.0.5-beta
Reporter: Daryn Sharp
Assignee: Daryn Sharp
Priority: Blocker
 Fix For: 3.0.0, 2.0.5-beta, 0.23.8

 Attachments: YARN-690.patch, YARN-690.patch


 The DelegationTokenRenewer thread is critical to the RM.  When a 
 non-IOException occurs, the thread calls System.exit to prevent the RM from 
 running w/o the thread.  It should be exiting only on non-RuntimeExceptions.
 The problem is especially bad in 23 because the yarn protobuf layer converts 
 IOExceptions into UndeclaredThrowableExceptions (RuntimeException) which 
 causes the renewer to abort the process.  An UnknownHostException takes down 
 the RM...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-690) RM exits on token cancel/renew problems

2013-05-17 Thread Hudson (JIRA)

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

Hudson commented on YARN-690:
-

Integrated in Hadoop-Hdfs-0.23-Build #610 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/610/])
svn merge -c 1483578 FIXES: YARN-690. RM exits on token cancel/renew 
problems (daryn via bobby) (Revision 1483581)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1483581
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/security/DelegationTokenRenewer.java


 RM exits on token cancel/renew problems
 ---

 Key: YARN-690
 URL: https://issues.apache.org/jira/browse/YARN-690
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 3.0.0, 0.23.7, 2.0.5-beta
Reporter: Daryn Sharp
Assignee: Daryn Sharp
Priority: Blocker
 Fix For: 3.0.0, 2.0.5-beta, 0.23.8

 Attachments: YARN-690.patch, YARN-690.patch


 The DelegationTokenRenewer thread is critical to the RM.  When a 
 non-IOException occurs, the thread calls System.exit to prevent the RM from 
 running w/o the thread.  It should be exiting only on non-RuntimeExceptions.
 The problem is especially bad in 23 because the yarn protobuf layer converts 
 IOExceptions into UndeclaredThrowableExceptions (RuntimeException) which 
 causes the renewer to abort the process.  An UnknownHostException takes down 
 the RM...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-690) RM exits on token cancel/renew problems

2013-05-17 Thread Hudson (JIRA)

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

Hudson commented on YARN-690:
-

Integrated in Hadoop-Hdfs-trunk #1401 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1401/])
YARN-690. RM exits on token cancel/renew problems (daryn via bobby) 
(Revision 1483578)

 Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1483578
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/security/DelegationTokenRenewer.java


 RM exits on token cancel/renew problems
 ---

 Key: YARN-690
 URL: https://issues.apache.org/jira/browse/YARN-690
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 3.0.0, 0.23.7, 2.0.5-beta
Reporter: Daryn Sharp
Assignee: Daryn Sharp
Priority: Blocker
 Fix For: 3.0.0, 2.0.5-beta, 0.23.8

 Attachments: YARN-690.patch, YARN-690.patch


 The DelegationTokenRenewer thread is critical to the RM.  When a 
 non-IOException occurs, the thread calls System.exit to prevent the RM from 
 running w/o the thread.  It should be exiting only on non-RuntimeExceptions.
 The problem is especially bad in 23 because the yarn protobuf layer converts 
 IOExceptions into UndeclaredThrowableExceptions (RuntimeException) which 
 causes the renewer to abort the process.  An UnknownHostException takes down 
 the RM...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-690) RM exits on token cancel/renew problems

2013-05-16 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-690:


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

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

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

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

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
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/943//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/943//console

This message is automatically generated.

 RM exits on token cancel/renew problems
 ---

 Key: YARN-690
 URL: https://issues.apache.org/jira/browse/YARN-690
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 3.0.0, 0.23.7, 2.0.5-beta
Reporter: Daryn Sharp
Assignee: Daryn Sharp
Priority: Blocker
 Attachments: YARN-690.patch


 The DelegationTokenRenewer thread is critical to the RM.  When a 
 non-IOException occurs, the thread calls System.exit to prevent the RM from 
 running w/o the thread.  It should be exiting only on non-RuntimeExceptions.
 The problem is especially bad in 23 because the yarn protobuf layer converts 
 IOExceptions into UndeclaredThrowableExceptions (RuntimeException) which 
 causes the renewer to abort the process.  An UnknownHostException takes down 
 the RM...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-690) RM exits on token cancel/renew problems

2013-05-16 Thread Robert Joseph Evans (JIRA)

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

Robert Joseph Evans commented on YARN-690:
--

I don't think this does what you want.  Now an IOException will cause the same 
issue.  I think you need to handle runtime and IOException separately. 

 RM exits on token cancel/renew problems
 ---

 Key: YARN-690
 URL: https://issues.apache.org/jira/browse/YARN-690
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 3.0.0, 0.23.7, 2.0.5-beta
Reporter: Daryn Sharp
Assignee: Daryn Sharp
Priority: Blocker
 Attachments: YARN-690.patch


 The DelegationTokenRenewer thread is critical to the RM.  When a 
 non-IOException occurs, the thread calls System.exit to prevent the RM from 
 running w/o the thread.  It should be exiting only on non-RuntimeExceptions.
 The problem is especially bad in 23 because the yarn protobuf layer converts 
 IOExceptions into UndeclaredThrowableExceptions (RuntimeException) which 
 causes the renewer to abort the process.  An UnknownHostException takes down 
 the RM...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-690) RM exits on token cancel/renew problems

2013-05-16 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-690:


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

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

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

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

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
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/944//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/944//console

This message is automatically generated.

 RM exits on token cancel/renew problems
 ---

 Key: YARN-690
 URL: https://issues.apache.org/jira/browse/YARN-690
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 3.0.0, 0.23.7, 2.0.5-beta
Reporter: Daryn Sharp
Assignee: Daryn Sharp
Priority: Blocker
 Attachments: YARN-690.patch, YARN-690.patch


 The DelegationTokenRenewer thread is critical to the RM.  When a 
 non-IOException occurs, the thread calls System.exit to prevent the RM from 
 running w/o the thread.  It should be exiting only on non-RuntimeExceptions.
 The problem is especially bad in 23 because the yarn protobuf layer converts 
 IOExceptions into UndeclaredThrowableExceptions (RuntimeException) which 
 causes the renewer to abort the process.  An UnknownHostException takes down 
 the RM...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-690) RM exits on token cancel/renew problems

2013-05-16 Thread Robert Joseph Evans (JIRA)

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

Robert Joseph Evans commented on YARN-690:
--

The change looks fine to me now. +1

 RM exits on token cancel/renew problems
 ---

 Key: YARN-690
 URL: https://issues.apache.org/jira/browse/YARN-690
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 3.0.0, 0.23.7, 2.0.5-beta
Reporter: Daryn Sharp
Assignee: Daryn Sharp
Priority: Blocker
 Attachments: YARN-690.patch, YARN-690.patch


 The DelegationTokenRenewer thread is critical to the RM.  When a 
 non-IOException occurs, the thread calls System.exit to prevent the RM from 
 running w/o the thread.  It should be exiting only on non-RuntimeExceptions.
 The problem is especially bad in 23 because the yarn protobuf layer converts 
 IOExceptions into UndeclaredThrowableExceptions (RuntimeException) which 
 causes the renewer to abort the process.  An UnknownHostException takes down 
 the RM...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-690) RM exits on token cancel/renew problems

2013-05-16 Thread Hudson (JIRA)

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

Hudson commented on YARN-690:
-

Integrated in Hadoop-trunk-Commit #3760 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/3760/])
YARN-690. RM exits on token cancel/renew problems (daryn via bobby) 
(Revision 1483578)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1483578
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/security/DelegationTokenRenewer.java


 RM exits on token cancel/renew problems
 ---

 Key: YARN-690
 URL: https://issues.apache.org/jira/browse/YARN-690
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 3.0.0, 0.23.7, 2.0.5-beta
Reporter: Daryn Sharp
Assignee: Daryn Sharp
Priority: Blocker
 Fix For: 3.0.0, 2.0.5-beta, 0.23.8

 Attachments: YARN-690.patch, YARN-690.patch


 The DelegationTokenRenewer thread is critical to the RM.  When a 
 non-IOException occurs, the thread calls System.exit to prevent the RM from 
 running w/o the thread.  It should be exiting only on non-RuntimeExceptions.
 The problem is especially bad in 23 because the yarn protobuf layer converts 
 IOExceptions into UndeclaredThrowableExceptions (RuntimeException) which 
 causes the renewer to abort the process.  An UnknownHostException takes down 
 the RM...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira