You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Daryn Sharp (Created) (JIRA)" <ji...@apache.org> on 2011/11/09 00:15:53 UTC

[jira] [Created] (HADOOP-7808) Port token service changes from 205

Port token service changes from 205
-----------------------------------

                 Key: HADOOP-7808
                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
             Project: Hadoop Common
          Issue Type: New Feature
          Components: fs, security
            Reporter: Daryn Sharp
            Assignee: Daryn Sharp


Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

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

Daryn Sharp updated HADOOP-7808:
--------------------------------

    Attachment: HADOOP-7808-3.patch

# General: changed the annotations per discussion.
# NetUtils: removed the method, changed visibility, added final as requested
# FileSystem: fixed comment. yes, code and tests are straight port from 205
# Config: Yes, I dropped the "hadoop." prefix because it appeared the other security settings did.  Shall I add it back?
                
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808-2.patch, HADOOP-7808-3.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

Posted by "Suresh Srinivas (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13180705#comment-13180705 ] 

Suresh Srinivas commented on HADOOP-7808:
-----------------------------------------

I committed the patch. Thank you Daryn.
                
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808-2.patch, HADOOP-7808-3.patch, HADOOP-7808-4.patch, HADOOP-7808-5.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

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

Daryn Sharp updated HADOOP-7808:
--------------------------------

    Target Version/s: 0.24.0, 0.23.1  (was: 0.23.1, 0.24.0)
              Status: Patch Available  (was: Open)
    
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

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

Hadoop QA commented on HADOOP-7808:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12503913/HADOOP-7808-2.patch
  against trunk revision .

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

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

    -1 javadoc.  The javadoc tool appears to have generated 17 warning messages.

    -1 javac.  The applied patch generated 1046 javac compiler warnings (more than the trunk's current 1039 warnings).

    -1 findbugs.  The patch appears to introduce 7 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-HADOOP-Build/379//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HADOOP-Build/379//artifact/trunk/hadoop-common-project/patchprocess/newPatchFindbugsWarningshadoop-common.html
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/379//console

This message is automatically generated.
                
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808-2.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

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

Daryn Sharp updated HADOOP-7808:
--------------------------------

    Attachment: HADOOP-7808-4.patch

re-add the hadoop. prefix to config key
                
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808-2.patch, HADOOP-7808-3.patch, HADOOP-7808-4.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

Posted by "Suresh Srinivas (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13168652#comment-13168652 ] 

Suresh Srinivas commented on HADOOP-7808:
-----------------------------------------

bq. Config: Yes, I dropped the "hadoop." prefix because it appeared the other security settings did. Shall I add it back?
Please add it back, since this is backward compatibility issue for configs.

Otherwise +1 for the patch.
                
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808-2.patch, HADOOP-7808-3.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

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

Hadoop QA commented on HADOOP-7808:
-----------------------------------

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

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

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

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

    -1 javac.  The applied patch generated 1047 javac compiler warnings (more than the trunk's current 1039 warnings).

    -1 findbugs.  The patch appears to introduce 7 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.fs.TestFilterFileSystem

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

Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/369//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HADOOP-Build/369//artifact/trunk/hadoop-common-project/patchprocess/newPatchFindbugsWarningshadoop-common.html
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/369//console

This message is automatically generated.
                
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

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

Hudson commented on HADOOP-7808:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #950 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/950/])
    HADOOP-7808. Port HADOOP-7510 - Add configurable option to use original hostname in token instead of IP to allow server IP change. Contributed by Daryn Sharp.

suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1227737
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/CommonConfigurationKeys.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FilterFileSystem.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics/spi/Util.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics2/util/Servers.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/SecurityUtil.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFileSystemCanonicalization.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/MiniRPCBenchmark.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestSaslRPC.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/net/NetUtilsTestResolver.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/net/TestNetUtils.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestDoAsEffectiveUser.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestSecurityUtil.java

                
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808-2.patch, HADOOP-7808-3.patch, HADOOP-7808-4.patch, HADOOP-7808-5.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

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

Daryn Sharp updated HADOOP-7808:
--------------------------------

    Attachment: HADOOP-7808-1.patch

missed a file in the patch
                
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] [Resolved] (HADOOP-7808) Port token service changes from 205

Posted by "Suresh Srinivas (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas resolved HADOOP-7808.
-------------------------------------

          Resolution: Fixed
       Fix Version/s: 0.24.0
    Target Version/s: 0.24.0, 0.23.1  (was: 0.23.1, 0.24.0)
        Hadoop Flags: Reviewed
    
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808-2.patch, HADOOP-7808-3.patch, HADOOP-7808-4.patch, HADOOP-7808-5.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

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

Hudson commented on HADOOP-7808:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1572 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1572/])
    HADOOP-7808. Port HADOOP-7510 - Add configurable option to use original hostname in token instead of IP to allow server IP change. Contributed by Daryn Sharp.

suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1227737
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/CommonConfigurationKeys.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FilterFileSystem.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics/spi/Util.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics2/util/Servers.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/SecurityUtil.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFileSystemCanonicalization.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/MiniRPCBenchmark.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestSaslRPC.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/net/NetUtilsTestResolver.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/net/TestNetUtils.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestDoAsEffectiveUser.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestSecurityUtil.java

                
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808-2.patch, HADOOP-7808-3.patch, HADOOP-7808-4.patch, HADOOP-7808-5.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

Posted by "Suresh Srinivas (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13166454#comment-13166454 ] 

Suresh Srinivas commented on HADOOP-7808:
-----------------------------------------

Comments:
# General:
#* Where @InterfaceAudience.Private is used, you do not need Unstable
#* Add @VisibleForTesting instead of Private & Unstable annotation to SecurityUtil#setTokenServiceUseIp, NetUtils#setHostResolver(). This is true for other methods that may be using Private, Unstable annotation instead of @VisibleForTesting
# NetUtils.java
#* "// this was added in 205, but poorly named" Is this comment needed? Also makeSocketAddr needed?
#* protected static class can be just static class (that is package private). Same is true for other protected interfaces in the class
#* Make canonicalizedHostCache final
# FileSystem.java
#* Change "* * Get " to "* Get"
#* I did not thoroughly review the changes in this file - I am assuming the code is identical to 205. Please confirm.
# HADOOP_SECURITY_TOKEN_SERVICE_USE_IP "security.token.service.use_ip" - is this missing "hadoop." compared to 205? Is this not backward incompatible?
# I did not check FileSystem.java and tests thoroughly. I am assuming the code is identical to 205. Please confirm.

                
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808-2.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

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

Hudson commented on HADOOP-7808:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1520 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1520/])
    HADOOP-7808. Port HADOOP-7510 - Add configurable option to use original hostname in token instead of IP to allow server IP change. Contributed by Daryn Sharp.

suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1227737
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/CommonConfigurationKeys.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FilterFileSystem.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics/spi/Util.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics2/util/Servers.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/SecurityUtil.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFileSystemCanonicalization.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/MiniRPCBenchmark.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestSaslRPC.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/net/NetUtilsTestResolver.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/net/TestNetUtils.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestDoAsEffectiveUser.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestSecurityUtil.java

                
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808-2.patch, HADOOP-7808-3.patch, HADOOP-7808-4.patch, HADOOP-7808-5.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

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

Daryn Sharp commented on HADOOP-7808:
-------------------------------------

The javac and javadoc warnings are from use of Sun apis.
                
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808-2.patch, HADOOP-7808-3.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

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

Suresh Srinivas updated HADOOP-7808:
------------------------------------

    Attachment: HADOOP-7808-5.patch

Attached patch after merging with latest trunk and removing change for the deleted file TestDFSOverAvroRpc.
                
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808-2.patch, HADOOP-7808-3.patch, HADOOP-7808-4.patch, HADOOP-7808-5.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

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

Suresh Srinivas updated HADOOP-7808:
------------------------------------

    Target Version/s: 0.24.0, 0.23.1  (was: 0.23.1, 0.24.0)
       Fix Version/s: 0.23.1
    
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808-2.patch, HADOOP-7808-3.patch, HADOOP-7808-4.patch, HADOOP-7808-5.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

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

Hudson commented on HADOOP-7808:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #1500 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1500/])
    HADOOP-7808. Port HADOOP-7510 - Add configurable option to use original hostname in token instead of IP to allow server IP change. Contributed by Daryn Sharp.

suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1227737
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/CommonConfigurationKeys.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FilterFileSystem.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics/spi/Util.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics2/util/Servers.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/SecurityUtil.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFileSystemCanonicalization.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/MiniRPCBenchmark.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestSaslRPC.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/net/NetUtilsTestResolver.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/net/TestNetUtils.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestDoAsEffectiveUser.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestSecurityUtil.java

                
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808-2.patch, HADOOP-7808-3.patch, HADOOP-7808-4.patch, HADOOP-7808-5.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

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

Hadoop QA commented on HADOOP-7808:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12507085/HADOOP-7808-3.patch
  against trunk revision .

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

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

    -1 javadoc.  The javadoc tool appears to have generated 7 warning messages.

    -1 javac.  The applied patch generated 1058 javac compiler warnings (more than the trunk's current 1051 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-HADOOP-Build/467//testReport/
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/467//console

This message is automatically generated.
                
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808-2.patch, HADOOP-7808-3.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

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

Suresh Srinivas updated HADOOP-7808:
------------------------------------

    Target Version/s: 0.24.0, 0.23.1  (was: 0.23.1, 0.24.0)
              Status: Open  (was: Patch Available)
    
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808-2.patch, HADOOP-7808-3.patch, HADOOP-7808-4.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

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

Daryn Sharp updated HADOOP-7808:
--------------------------------

    Attachment: HADOOP-7808.patch

Brings in NetUtils/SecurityUtils changes that:
# standardize the getting/setting of a token's service addr 
# ensure token service uses IP or FQDN
# add methods to canonicalize a URI, and improve FileSystems ability the check paths against itself
# ensure IPC client connection to an IP doesn't resolve IP to host and then back to IP
                
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

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

Hudson commented on HADOOP-7808:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #917 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/917/])
    HADOOP-7808. Port HADOOP-7510 - Add configurable option to use original hostname in token instead of IP to allow server IP change. Contributed by Daryn Sharp.

suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1227737
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/CommonConfigurationKeys.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FilterFileSystem.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics/spi/Util.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics2/util/Servers.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/SecurityUtil.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFileSystemCanonicalization.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/MiniRPCBenchmark.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestSaslRPC.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/net/NetUtilsTestResolver.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/net/TestNetUtils.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestDoAsEffectiveUser.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestSecurityUtil.java

                
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808-2.patch, HADOOP-7808-3.patch, HADOOP-7808-4.patch, HADOOP-7808-5.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

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

Hadoop QA commented on HADOOP-7808:
-----------------------------------

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

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

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

    -1 javadoc.  The javadoc tool appears to have generated 17 warning messages.

    -1 javac.  The applied patch generated 1047 javac compiler warnings (more than the trunk's current 1039 warnings).

    -1 findbugs.  The patch appears to introduce 7 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-HADOOP-Build/377//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HADOOP-Build/377//artifact/trunk/hadoop-common-project/patchprocess/newPatchFindbugsWarningshadoop-common.html
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/377//console

This message is automatically generated.
                
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

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

Daryn Sharp updated HADOOP-7808:
--------------------------------

    Attachment: HADOOP-7808-2.patch

# Findbugs warnings are completely unrelated to this patch (protobuf issues).
# I removed one warning originating from a unit test's dummy subclass of FileSystem that stubbed a deprecated method.
# Other warnings are expected due to use of a sun library for host resolution.

                
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808-2.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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] (HADOOP-7808) Port token service changes from 205

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

Hadoop QA commented on HADOOP-7808:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12507254/HADOOP-7808-4.patch
  against trunk revision .

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

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

    -1 javadoc.  The javadoc tool appears to have generated 7 warning messages.

    -1 javac.  The applied patch generated 1050 javac compiler warnings (more than the trunk's current 1043 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-HADOOP-Build/473//testReport/
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/473//console

This message is automatically generated.
                
> Port token service changes from 205
> -----------------------------------
>
>                 Key: HADOOP-7808
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7808
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-7808-1.patch, HADOOP-7808-2.patch, HADOOP-7808-3.patch, HADOOP-7808-4.patch, HADOOP-7808.patch
>
>
> Need to merge the 205 token bug fixes and the feature to enable hostname-based tokens.

--
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