You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Daryn Sharp (Created) (JIRA)" <ji...@apache.org> on 2012/02/10 20:13:01 UTC

[jira] [Created] (MAPREDUCE-3850) Avoid redundant calls for tokens in TokenCache

Avoid redundant calls for tokens in TokenCache
----------------------------------------------

                 Key: MAPREDUCE-3850
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3850
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
          Components: security
    Affects Versions: 0.23.1, 0.24.0
            Reporter: Daryn Sharp
            Assignee: Daryn Sharp


The {{TokenCache}} will repeatedly call the same filesystem for tokens.  This is inefficient and can easily be changed to only call each filesystem once.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3850) Avoid redundant calls for tokens in TokenCache

Posted by "Daryn Sharp (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205761#comment-13205761 ] 

Daryn Sharp commented on MAPREDUCE-3850:
----------------------------------------

Failed test is not related to this patch, and it has been failing since yesterday.
                
> Avoid redundant calls for tokens in TokenCache
> ----------------------------------------------
>
>                 Key: MAPREDUCE-3850
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3850
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: MAPREDUCE-3850.patch
>
>
> The {{TokenCache}} will repeatedly call the same filesystem for tokens.  This is inefficient and can easily be changed to only call each filesystem once.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3850) Avoid redundant calls for tokens in TokenCache

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13270553#comment-13270553 ] 

Hudson commented on MAPREDUCE-3850:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #2281 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2281/])
    MAPREDUCE-3850. Avoid redundant calls for tokens in TokenCache (Daryn Sharp via bobby) (Revision 1335585)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1335585
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/security/TokenCache.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapreduce/security/TestTokenCache.java

                
> Avoid redundant calls for tokens in TokenCache
> ----------------------------------------------
>
>                 Key: MAPREDUCE-3850
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3850
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 0.23.3, 2.0.0, 3.0.0
>
>         Attachments: MAPREDUCE-3850-1.patch, MAPREDUCE-3850.patch, MAPREDUCE-3850.patch
>
>
> The {{TokenCache}} will repeatedly call the same filesystem for tokens.  This is inefficient and can easily be changed to only call each filesystem once.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3850) Avoid redundant calls for tokens in TokenCache

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13271382#comment-13271382 ] 

Hudson commented on MAPREDUCE-3850:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #1039 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1039/])
    MAPREDUCE-3850. Avoid redundant calls for tokens in TokenCache (Daryn Sharp via bobby) (Revision 1335585)

     Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1335585
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/security/TokenCache.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapreduce/security/TestTokenCache.java

                
> Avoid redundant calls for tokens in TokenCache
> ----------------------------------------------
>
>                 Key: MAPREDUCE-3850
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3850
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 0.23.3, 2.0.0, 3.0.0
>
>         Attachments: MAPREDUCE-3850-1.patch, MAPREDUCE-3850.patch, MAPREDUCE-3850.patch
>
>
> The {{TokenCache}} will repeatedly call the same filesystem for tokens.  This is inefficient and can easily be changed to only call each filesystem once.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3850) Avoid redundant calls for tokens in TokenCache

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205733#comment-13205733 ] 

Hadoop QA commented on MAPREDUCE-3850:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12514148/MAPREDUCE-3850.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    -1 core tests.  The patch failed these unit tests:
                  org.apache.hadoop.yarn.util.TestLinuxResourceCalculatorPlugin

    +1 contrib tests.  The patch passed contrib unit tests.

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

This message is automatically generated.
                
> Avoid redundant calls for tokens in TokenCache
> ----------------------------------------------
>
>                 Key: MAPREDUCE-3850
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3850
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: MAPREDUCE-3850.patch
>
>
> The {{TokenCache}} will repeatedly call the same filesystem for tokens.  This is inefficient and can easily be changed to only call each filesystem once.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3850) Avoid redundant calls for tokens in TokenCache

Posted by "Daryn Sharp (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daryn Sharp updated MAPREDUCE-3850:
-----------------------------------

    Target Version/s: 0.23.1, 0.24.0  (was: 0.24.0, 0.23.1)
              Status: Patch Available  (was: Open)
    
> Avoid redundant calls for tokens in TokenCache
> ----------------------------------------------
>
>                 Key: MAPREDUCE-3850
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3850
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: MAPREDUCE-3850.patch
>
>
> The {{TokenCache}} will repeatedly call the same filesystem for tokens.  This is inefficient and can easily be changed to only call each filesystem once.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3850) Avoid redundant calls for tokens in TokenCache

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13216119#comment-13216119 ] 

Hadoop QA commented on MAPREDUCE-3850:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12515983/MAPREDUCE-3850.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1932//console

This message is automatically generated.
                
> Avoid redundant calls for tokens in TokenCache
> ----------------------------------------------
>
>                 Key: MAPREDUCE-3850
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3850
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: MAPREDUCE-3850.patch, MAPREDUCE-3850.patch
>
>
> The {{TokenCache}} will repeatedly call the same filesystem for tokens.  This is inefficient and can easily be changed to only call each filesystem once.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3850) Avoid redundant calls for tokens in TokenCache

Posted by "Daryn Sharp (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daryn Sharp updated MAPREDUCE-3850:
-----------------------------------

    Target Version/s: 0.23.1, 0.24.0  (was: 0.24.0, 0.23.1)
              Status: Open  (was: Patch Available)
    
> Avoid redundant calls for tokens in TokenCache
> ----------------------------------------------
>
>                 Key: MAPREDUCE-3850
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3850
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: MAPREDUCE-3850.patch, MAPREDUCE-3850.patch
>
>
> The {{TokenCache}} will repeatedly call the same filesystem for tokens.  This is inefficient and can easily be changed to only call each filesystem once.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3850) Avoid redundant calls for tokens in TokenCache

Posted by "Daryn Sharp (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daryn Sharp updated MAPREDUCE-3850:
-----------------------------------

    Attachment: MAPREDUCE-3850-1.patch

Fixed patch.  A test was failing to merge.
                
> Avoid redundant calls for tokens in TokenCache
> ----------------------------------------------
>
>                 Key: MAPREDUCE-3850
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3850
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: MAPREDUCE-3850-1.patch, MAPREDUCE-3850.patch, MAPREDUCE-3850.patch
>
>
> The {{TokenCache}} will repeatedly call the same filesystem for tokens.  This is inefficient and can easily be changed to only call each filesystem once.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3850) Avoid redundant calls for tokens in TokenCache

Posted by "Daryn Sharp (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daryn Sharp updated MAPREDUCE-3850:
-----------------------------------

    Target Version/s: 0.23.1, 0.24.0  (was: 0.24.0, 0.23.1)
              Status: Patch Available  (was: Open)
    
> Avoid redundant calls for tokens in TokenCache
> ----------------------------------------------
>
>                 Key: MAPREDUCE-3850
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3850
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: MAPREDUCE-3850-1.patch, MAPREDUCE-3850.patch, MAPREDUCE-3850.patch
>
>
> The {{TokenCache}} will repeatedly call the same filesystem for tokens.  This is inefficient and can easily be changed to only call each filesystem once.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3850) Avoid redundant calls for tokens in TokenCache

Posted by "Robert Joseph Evans (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Joseph Evans updated MAPREDUCE-3850:
-------------------------------------------

          Resolution: Fixed
       Fix Version/s: 3.0.0
                      2.0.0
                      0.23.3
    Target Version/s: 0.23.3, 2.0.0, 3.0.0  (was: 3.0.0, 2.0.0, 0.23.3)
              Status: Resolved  (was: Patch Available)

Thanks Daryn,

+1 for the change.  Sorry it took so long to review this. I put it into trunk, branch-2, and branch-0.23
                
> Avoid redundant calls for tokens in TokenCache
> ----------------------------------------------
>
>                 Key: MAPREDUCE-3850
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3850
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 0.23.3, 2.0.0, 3.0.0
>
>         Attachments: MAPREDUCE-3850-1.patch, MAPREDUCE-3850.patch, MAPREDUCE-3850.patch
>
>
> The {{TokenCache}} will repeatedly call the same filesystem for tokens.  This is inefficient and can easily be changed to only call each filesystem once.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3850) Avoid redundant calls for tokens in TokenCache

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13270554#comment-13270554 ] 

Hudson commented on MAPREDUCE-3850:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #2206 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2206/])
    MAPREDUCE-3850. Avoid redundant calls for tokens in TokenCache (Daryn Sharp via bobby) (Revision 1335585)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1335585
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/security/TokenCache.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapreduce/security/TestTokenCache.java

                
> Avoid redundant calls for tokens in TokenCache
> ----------------------------------------------
>
>                 Key: MAPREDUCE-3850
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3850
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 0.23.3, 2.0.0, 3.0.0
>
>         Attachments: MAPREDUCE-3850-1.patch, MAPREDUCE-3850.patch, MAPREDUCE-3850.patch
>
>
> The {{TokenCache}} will repeatedly call the same filesystem for tokens.  This is inefficient and can easily be changed to only call each filesystem once.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3850) Avoid redundant calls for tokens in TokenCache

Posted by "Thomas Graves (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Graves updated MAPREDUCE-3850:
-------------------------------------

    Attachment: MAPREDUCE-3850.patch

reattaching the same patch to kick hudson since its been here a while.
                
> Avoid redundant calls for tokens in TokenCache
> ----------------------------------------------
>
>                 Key: MAPREDUCE-3850
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3850
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: MAPREDUCE-3850.patch, MAPREDUCE-3850.patch
>
>
> The {{TokenCache}} will repeatedly call the same filesystem for tokens.  This is inefficient and can easily be changed to only call each filesystem once.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3850) Avoid redundant calls for tokens in TokenCache

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13271424#comment-13271424 ] 

Hudson commented on MAPREDUCE-3850:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #1074 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1074/])
    MAPREDUCE-3850. Avoid redundant calls for tokens in TokenCache (Daryn Sharp via bobby) (Revision 1335585)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1335585
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/security/TokenCache.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapreduce/security/TestTokenCache.java

                
> Avoid redundant calls for tokens in TokenCache
> ----------------------------------------------
>
>                 Key: MAPREDUCE-3850
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3850
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 0.23.3, 2.0.0, 3.0.0
>
>         Attachments: MAPREDUCE-3850-1.patch, MAPREDUCE-3850.patch, MAPREDUCE-3850.patch
>
>
> The {{TokenCache}} will repeatedly call the same filesystem for tokens.  This is inefficient and can easily be changed to only call each filesystem once.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3850) Avoid redundant calls for tokens in TokenCache

Posted by "Robert Joseph Evans (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Joseph Evans updated MAPREDUCE-3850:
-------------------------------------------

    Target Version/s: 0.23.3, 2.0.0, 3.0.0  (was: 0.24.0, 0.23.1)
    
> Avoid redundant calls for tokens in TokenCache
> ----------------------------------------------
>
>                 Key: MAPREDUCE-3850
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3850
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: MAPREDUCE-3850-1.patch, MAPREDUCE-3850.patch, MAPREDUCE-3850.patch
>
>
> The {{TokenCache}} will repeatedly call the same filesystem for tokens.  This is inefficient and can easily be changed to only call each filesystem once.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3850) Avoid redundant calls for tokens in TokenCache

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13270594#comment-13270594 ] 

Hudson commented on MAPREDUCE-3850:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #2223 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2223/])
    MAPREDUCE-3850. Avoid redundant calls for tokens in TokenCache (Daryn Sharp via bobby) (Revision 1335585)

     Result = ABORTED
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1335585
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/security/TokenCache.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapreduce/security/TestTokenCache.java

                
> Avoid redundant calls for tokens in TokenCache
> ----------------------------------------------
>
>                 Key: MAPREDUCE-3850
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3850
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 0.23.3, 2.0.0, 3.0.0
>
>         Attachments: MAPREDUCE-3850-1.patch, MAPREDUCE-3850.patch, MAPREDUCE-3850.patch
>
>
> The {{TokenCache}} will repeatedly call the same filesystem for tokens.  This is inefficient and can easily be changed to only call each filesystem once.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3850) Avoid redundant calls for tokens in TokenCache

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13271374#comment-13271374 ] 

Hudson commented on MAPREDUCE-3850:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #252 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/252/])
    svn merge -c 1335585 FIXES: MAPREDUCE-3850. Avoid redundant calls for tokens in TokenCache (Daryn Sharp via bobby) (Revision 1335589)

     Result = UNSTABLE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1335589
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/security/TokenCache.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapreduce/security/TestTokenCache.java

                
> Avoid redundant calls for tokens in TokenCache
> ----------------------------------------------
>
>                 Key: MAPREDUCE-3850
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3850
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 0.23.3, 2.0.0, 3.0.0
>
>         Attachments: MAPREDUCE-3850-1.patch, MAPREDUCE-3850.patch, MAPREDUCE-3850.patch
>
>
> The {{TokenCache}} will repeatedly call the same filesystem for tokens.  This is inefficient and can easily be changed to only call each filesystem once.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3850) Avoid redundant calls for tokens in TokenCache

Posted by "Daryn Sharp (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daryn Sharp updated MAPREDUCE-3850:
-----------------------------------

    Attachment: MAPREDUCE-3850.patch
    
> Avoid redundant calls for tokens in TokenCache
> ----------------------------------------------
>
>                 Key: MAPREDUCE-3850
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3850
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: MAPREDUCE-3850.patch
>
>
> The {{TokenCache}} will repeatedly call the same filesystem for tokens.  This is inefficient and can easily be changed to only call each filesystem once.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3850) Avoid redundant calls for tokens in TokenCache

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255728#comment-13255728 ] 

Hadoop QA commented on MAPREDUCE-3850:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12522967/MAPREDUCE-3850-1.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 1 new or modified test files.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

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

This message is automatically generated.
                
> Avoid redundant calls for tokens in TokenCache
> ----------------------------------------------
>
>                 Key: MAPREDUCE-3850
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3850
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: MAPREDUCE-3850-1.patch, MAPREDUCE-3850.patch, MAPREDUCE-3850.patch
>
>
> The {{TokenCache}} will repeatedly call the same filesystem for tokens.  This is inefficient and can easily be changed to only call each filesystem once.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira