[jira] [Commented] (YARN-2972) DelegationTokenRenewer thread pool never expands

2014-12-18 Thread Hudson (JIRA)

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

Hudson commented on YARN-2972:
--

FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #45 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/45/])
YARN-2972. DelegationTokenRenewer thread pool never expands. Contributed by 
Jason Lowe (junping_du: rev 2b4b0e8847048850206f091c6870a02e08cfe836)
* hadoop-yarn-project/CHANGES.txt
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/security/DelegationTokenRenewer.java


 DelegationTokenRenewer thread pool never expands
 

 Key: YARN-2972
 URL: https://issues.apache.org/jira/browse/YARN-2972
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.3.0
Reporter: Jason Lowe
Assignee: Jason Lowe
 Fix For: 2.7.0

 Attachments: YARN-2972.001.patch


 DelegationTokenRenewer uses a thread pool to manage token renewals.  The 
 number of threads is configurable, but unfortunately the pool never expands 
 beyond the hardcoded initial 5 threads because we are using an unbounded 
 LinkedBlockingQueue.  ThreadPoolExecutor only grows the thread pool beyond 
 the core size when the specified queue is full.



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


[jira] [Commented] (YARN-2972) DelegationTokenRenewer thread pool never expands

2014-12-18 Thread Hudson (JIRA)

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

Hudson commented on YARN-2972:
--

FAILURE: Integrated in Hadoop-Yarn-trunk #779 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/779/])
YARN-2972. DelegationTokenRenewer thread pool never expands. Contributed by 
Jason Lowe (junping_du: rev 2b4b0e8847048850206f091c6870a02e08cfe836)
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/security/DelegationTokenRenewer.java
* hadoop-yarn-project/CHANGES.txt


 DelegationTokenRenewer thread pool never expands
 

 Key: YARN-2972
 URL: https://issues.apache.org/jira/browse/YARN-2972
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.3.0
Reporter: Jason Lowe
Assignee: Jason Lowe
 Fix For: 2.7.0

 Attachments: YARN-2972.001.patch


 DelegationTokenRenewer uses a thread pool to manage token renewals.  The 
 number of threads is configurable, but unfortunately the pool never expands 
 beyond the hardcoded initial 5 threads because we are using an unbounded 
 LinkedBlockingQueue.  ThreadPoolExecutor only grows the thread pool beyond 
 the core size when the specified queue is full.



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


[jira] [Commented] (YARN-2972) DelegationTokenRenewer thread pool never expands

2014-12-18 Thread Hudson (JIRA)

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

Hudson commented on YARN-2972:
--

FAILURE: Integrated in Hadoop-Hdfs-trunk #1977 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1977/])
YARN-2972. DelegationTokenRenewer thread pool never expands. Contributed by 
Jason Lowe (junping_du: rev 2b4b0e8847048850206f091c6870a02e08cfe836)
* hadoop-yarn-project/CHANGES.txt
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/security/DelegationTokenRenewer.java


 DelegationTokenRenewer thread pool never expands
 

 Key: YARN-2972
 URL: https://issues.apache.org/jira/browse/YARN-2972
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.3.0
Reporter: Jason Lowe
Assignee: Jason Lowe
 Fix For: 2.7.0

 Attachments: YARN-2972.001.patch


 DelegationTokenRenewer uses a thread pool to manage token renewals.  The 
 number of threads is configurable, but unfortunately the pool never expands 
 beyond the hardcoded initial 5 threads because we are using an unbounded 
 LinkedBlockingQueue.  ThreadPoolExecutor only grows the thread pool beyond 
 the core size when the specified queue is full.



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


[jira] [Commented] (YARN-2972) DelegationTokenRenewer thread pool never expands

2014-12-18 Thread Hudson (JIRA)

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

Hudson commented on YARN-2972:
--

FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #42 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/42/])
YARN-2972. DelegationTokenRenewer thread pool never expands. Contributed by 
Jason Lowe (junping_du: rev 2b4b0e8847048850206f091c6870a02e08cfe836)
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/security/DelegationTokenRenewer.java
* hadoop-yarn-project/CHANGES.txt


 DelegationTokenRenewer thread pool never expands
 

 Key: YARN-2972
 URL: https://issues.apache.org/jira/browse/YARN-2972
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.3.0
Reporter: Jason Lowe
Assignee: Jason Lowe
 Fix For: 2.7.0

 Attachments: YARN-2972.001.patch


 DelegationTokenRenewer uses a thread pool to manage token renewals.  The 
 number of threads is configurable, but unfortunately the pool never expands 
 beyond the hardcoded initial 5 threads because we are using an unbounded 
 LinkedBlockingQueue.  ThreadPoolExecutor only grows the thread pool beyond 
 the core size when the specified queue is full.



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


[jira] [Commented] (YARN-2972) DelegationTokenRenewer thread pool never expands

2014-12-18 Thread Hudson (JIRA)

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

Hudson commented on YARN-2972:
--

FAILURE: Integrated in Hadoop-Mapreduce-trunk-Java8 #46 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/46/])
YARN-2972. DelegationTokenRenewer thread pool never expands. Contributed by 
Jason Lowe (junping_du: rev 2b4b0e8847048850206f091c6870a02e08cfe836)
* hadoop-yarn-project/CHANGES.txt
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/security/DelegationTokenRenewer.java


 DelegationTokenRenewer thread pool never expands
 

 Key: YARN-2972
 URL: https://issues.apache.org/jira/browse/YARN-2972
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.3.0
Reporter: Jason Lowe
Assignee: Jason Lowe
 Fix For: 2.7.0

 Attachments: YARN-2972.001.patch


 DelegationTokenRenewer uses a thread pool to manage token renewals.  The 
 number of threads is configurable, but unfortunately the pool never expands 
 beyond the hardcoded initial 5 threads because we are using an unbounded 
 LinkedBlockingQueue.  ThreadPoolExecutor only grows the thread pool beyond 
 the core size when the specified queue is full.



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


[jira] [Commented] (YARN-2972) DelegationTokenRenewer thread pool never expands

2014-12-18 Thread Hudson (JIRA)

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

Hudson commented on YARN-2972:
--

FAILURE: Integrated in Hadoop-Mapreduce-trunk #1996 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1996/])
YARN-2972. DelegationTokenRenewer thread pool never expands. Contributed by 
Jason Lowe (junping_du: rev 2b4b0e8847048850206f091c6870a02e08cfe836)
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/security/DelegationTokenRenewer.java
* hadoop-yarn-project/CHANGES.txt


 DelegationTokenRenewer thread pool never expands
 

 Key: YARN-2972
 URL: https://issues.apache.org/jira/browse/YARN-2972
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.3.0
Reporter: Jason Lowe
Assignee: Jason Lowe
 Fix For: 2.7.0

 Attachments: YARN-2972.001.patch


 DelegationTokenRenewer uses a thread pool to manage token renewals.  The 
 number of threads is configurable, but unfortunately the pool never expands 
 beyond the hardcoded initial 5 threads because we are using an unbounded 
 LinkedBlockingQueue.  ThreadPoolExecutor only grows the thread pool beyond 
 the core size when the specified queue is full.



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


[jira] [Commented] (YARN-2972) DelegationTokenRenewer thread pool never expands

2014-12-17 Thread Junping Du (JIRA)

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

Junping Du commented on YARN-2972:
--

Nice catch, [~jlowe]! 
+1. Patch looks good. Will commit it shortly.

 DelegationTokenRenewer thread pool never expands
 

 Key: YARN-2972
 URL: https://issues.apache.org/jira/browse/YARN-2972
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.3.0
Reporter: Jason Lowe
Assignee: Jason Lowe
 Attachments: YARN-2972.001.patch


 DelegationTokenRenewer uses a thread pool to manage token renewals.  The 
 number of threads is configurable, but unfortunately the pool never expands 
 beyond the hardcoded initial 5 threads because we are using an unbounded 
 LinkedBlockingQueue.  ThreadPoolExecutor only grows the thread pool beyond 
 the core size when the specified queue is full.



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


[jira] [Commented] (YARN-2972) DelegationTokenRenewer thread pool never expands

2014-12-17 Thread Junping Du (JIRA)

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

Junping Du commented on YARN-2972:
--

I have commit it to trunk and branch-2. Thanks [~jlowe] for contributing a 
patch!

 DelegationTokenRenewer thread pool never expands
 

 Key: YARN-2972
 URL: https://issues.apache.org/jira/browse/YARN-2972
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.3.0
Reporter: Jason Lowe
Assignee: Jason Lowe
 Fix For: 2.7.0

 Attachments: YARN-2972.001.patch


 DelegationTokenRenewer uses a thread pool to manage token renewals.  The 
 number of threads is configurable, but unfortunately the pool never expands 
 beyond the hardcoded initial 5 threads because we are using an unbounded 
 LinkedBlockingQueue.  ThreadPoolExecutor only grows the thread pool beyond 
 the core size when the specified queue is full.



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


[jira] [Commented] (YARN-2972) DelegationTokenRenewer thread pool never expands

2014-12-17 Thread Hudson (JIRA)

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

Hudson commented on YARN-2972:
--

FAILURE: Integrated in Hadoop-trunk-Commit #6744 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/6744/])
YARN-2972. DelegationTokenRenewer thread pool never expands. Contributed by 
Jason Lowe (junping_du: rev 2b4b0e8847048850206f091c6870a02e08cfe836)
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/security/DelegationTokenRenewer.java
* hadoop-yarn-project/CHANGES.txt


 DelegationTokenRenewer thread pool never expands
 

 Key: YARN-2972
 URL: https://issues.apache.org/jira/browse/YARN-2972
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.3.0
Reporter: Jason Lowe
Assignee: Jason Lowe
 Fix For: 2.7.0

 Attachments: YARN-2972.001.patch


 DelegationTokenRenewer uses a thread pool to manage token renewals.  The 
 number of threads is configurable, but unfortunately the pool never expands 
 beyond the hardcoded initial 5 threads because we are using an unbounded 
 LinkedBlockingQueue.  ThreadPoolExecutor only grows the thread pool beyond 
 the core size when the specified queue is full.



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


[jira] [Commented] (YARN-2972) DelegationTokenRenewer thread pool never expands

2014-12-16 Thread Jason Lowe (JIRA)

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

Jason Lowe commented on YARN-2972:
--

This is the same kind of situation as MAPREDUCE-4662, and I think the same type 
of fix applies here.  We are already specifying that core threads can exit when 
sufficiently idle.

 DelegationTokenRenewer thread pool never expands
 

 Key: YARN-2972
 URL: https://issues.apache.org/jira/browse/YARN-2972
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.3.0
Reporter: Jason Lowe
Assignee: Jason Lowe

 DelegationTokenRenewer uses a thread pool to manage token renewals.  The 
 number of threads is configurable, but unfortunately the pool never expands 
 beyond the hardcoded initial 5 threads because we are using an unbounded 
 LinkedBlockingQueue.  ThreadPoolExecutor only grows the thread pool beyond 
 the core size when the specified queue is full.



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


[jira] [Commented] (YARN-2972) DelegationTokenRenewer thread pool never expands

2014-12-16 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-2972:
-

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

{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}.  There were no new javadoc warning messages.

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

{color:red}-1 findbugs{color}.  The patch appears to introduce 14 new 
Findbugs (version 2.0.3) 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.

Test results: 
https://builds.apache.org/job/PreCommit-YARN-Build/6127//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-YARN-Build/6127//artifact/patchprocess/newPatchFindbugsWarningshadoop-yarn-server-resourcemanager.html
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/6127//console

This message is automatically generated.

 DelegationTokenRenewer thread pool never expands
 

 Key: YARN-2972
 URL: https://issues.apache.org/jira/browse/YARN-2972
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.3.0
Reporter: Jason Lowe
Assignee: Jason Lowe
 Attachments: YARN-2972.001.patch


 DelegationTokenRenewer uses a thread pool to manage token renewals.  The 
 number of threads is configurable, but unfortunately the pool never expands 
 beyond the hardcoded initial 5 threads because we are using an unbounded 
 LinkedBlockingQueue.  ThreadPoolExecutor only grows the thread pool beyond 
 the core size when the specified queue is full.



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