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 "Thomas Graves (Created) (JIRA)" <ji...@apache.org> on 2012/01/06 23:00:40 UTC

[jira] [Created] (HADOOP-7963) test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem

test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem
---------------------------------------------------------------------------------------------------

                 Key: HADOOP-7963
                 URL: https://issues.apache.org/jira/browse/HADOOP-7963
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Thomas Graves
            Priority: Blocker
             Fix For: 0.23.0


The following tests are failing:

 org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem.testGetDelegationTokensWithCredentials 	
 org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem.testGetDelegationTokensWithCredentials 

See hudson: 
https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastCompletedBuild/testReport/

--
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-7963) test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem

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

Hudson commented on HADOOP-7963:
--------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #344 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/344/])
    HADOOP-7963. Fix ViewFS to catch a null canonical service-name and pass tests TestViewFileSystem* (Siddharth Seth via vinodkv)
svn merge --ignore-ancestry -c 1229379 ../../trunk/

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229382
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ViewFileSystem.java

                
> test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7963
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Thomas Graves
>            Assignee: Siddharth Seth
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: HADOOP7963.txt
>
>
> The following tests are failing:
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem.testGetDelegationTokensWithCredentials 	
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem.testGetDelegationTokensWithCredentials 
> See hudson: 
> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastCompletedBuild/testReport/

--
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-7963) test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem

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

Siddharth Seth updated HADOOP-7963:
-----------------------------------

    Attachment: HADOOP7963.txt

Simple patch to fix this. 

HADOOP-7808 changed the {{FileSystem.getCanonicalServiceName()}} API  (and internally {{SecurityUtil.buildDTServiceName}} to return null for FileSystems which do not use delegation tokens.
That along with viewfs changes in HADOOP-7933 breaks ViewFs.
The change to return null would break TokenCache in MR as well - creating a separate jira for that.

Also, {{SecurityUtil.buildDTServiceName}} seems to be used elsewhere. 
@Daryn, is the change to return null necessary - and are the other callers taking care of the changed behaviour.
                
> test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7963
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Thomas Graves
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: HADOOP7963.txt
>
>
> The following tests are failing:
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem.testGetDelegationTokensWithCredentials 	
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem.testGetDelegationTokensWithCredentials 
> See hudson: 
> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastCompletedBuild/testReport/

--
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-7963) test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem

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

Hudson commented on HADOOP-7963:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #1514 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1514/])
    HADOOP-7963. Fix ViewFS to catch a null canonical service-name and pass tests TestViewFileSystem* (Siddharth Seth via vinodkv)

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229379
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/viewfs/ViewFileSystem.java

                
> test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7963
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Thomas Graves
>            Assignee: Siddharth Seth
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: HADOOP7963.txt
>
>
> The following tests are failing:
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem.testGetDelegationTokensWithCredentials 	
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem.testGetDelegationTokensWithCredentials 
> See hudson: 
> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastCompletedBuild/testReport/

--
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-7963) test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem

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

Hudson commented on HADOOP-7963:
--------------------------------

Integrated in Hadoop-Mapreduce-0.23-Build #156 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/156/])
    HADOOP-7963. Fix ViewFS to catch a null canonical service-name and pass tests TestViewFileSystem* (Siddharth Seth via vinodkv)
svn merge --ignore-ancestry -c 1229379 ../../trunk/

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229382
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ViewFileSystem.java

                
> test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7963
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Thomas Graves
>            Assignee: Siddharth Seth
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: HADOOP7963.txt
>
>
> The following tests are failing:
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem.testGetDelegationTokensWithCredentials 	
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem.testGetDelegationTokensWithCredentials 
> See hudson: 
> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastCompletedBuild/testReport/

--
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-7963) test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem

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

Hudson commented on HADOOP-7963:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1534 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1534/])
    HADOOP-7963. Fix ViewFS to catch a null canonical service-name and pass tests TestViewFileSystem* (Siddharth Seth via vinodkv)

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229379
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/viewfs/ViewFileSystem.java

                
> test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7963
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Thomas Graves
>            Assignee: Siddharth Seth
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: HADOOP7963.txt
>
>
> The following tests are failing:
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem.testGetDelegationTokensWithCredentials 	
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem.testGetDelegationTokensWithCredentials 
> See hudson: 
> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastCompletedBuild/testReport/

--
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-7963) test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem

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

Daryn Sharp commented on HADOOP-7963:
-------------------------------------

The {{SecurityUtils}} change was a port from 205.  My memory is fuzzy, but I seem to recall it as related to a har issue in 205.  As you discovered, there was a dependent {{TokenCache}} change which hasn't been ported yet.  I recall it was a few lines if you want to bring it in.

(As an aside, in the near future I plan to eliminate the cross-dependency in {{FileSystem}} and {{TokenCache}} which is the only reason {{getCanonicalServiceName}} name even exists.  I just haven't had time to test the patch.)
                
> test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7963
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Thomas Graves
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: HADOOP7963.txt
>
>
> The following tests are failing:
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem.testGetDelegationTokensWithCredentials 	
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem.testGetDelegationTokensWithCredentials 
> See hudson: 
> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastCompletedBuild/testReport/

--
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-7963) test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem

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

Vinod Kumar Vavilapalli updated HADOOP-7963:
--------------------------------------------

      Resolution: Fixed
    Release Note: Fix ViewFS to catch a null canonical service-name and pass tests TestViewFileSystem*
    Hadoop Flags: Reviewed
          Status: Resolved  (was: Patch Available)

I just committed this to trunk and branch-0.23. Thanks Sid!
                
> test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7963
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Thomas Graves
>            Assignee: Siddharth Seth
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: HADOOP7963.txt
>
>
> The following tests are failing:
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem.testGetDelegationTokensWithCredentials 	
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem.testGetDelegationTokensWithCredentials 
> See hudson: 
> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastCompletedBuild/testReport/

--
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-7963) test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem

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

Hudson commented on HADOOP-7963:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1587 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1587/])
    HADOOP-7963. Fix ViewFS to catch a null canonical service-name and pass tests TestViewFileSystem* (Siddharth Seth via vinodkv)

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229379
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/viewfs/ViewFileSystem.java

                
> test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7963
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Thomas Graves
>            Assignee: Siddharth Seth
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: HADOOP7963.txt
>
>
> The following tests are failing:
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem.testGetDelegationTokensWithCredentials 	
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem.testGetDelegationTokensWithCredentials 
> See hudson: 
> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastCompletedBuild/testReport/

--
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-7963) test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem

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

Vinod Kumar Vavilapalli commented on HADOOP-7963:
-------------------------------------------------

+1 from my side too. Pushing this in.
                
> test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7963
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Thomas Graves
>            Assignee: Siddharth Seth
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: HADOOP7963.txt
>
>
> The following tests are failing:
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem.testGetDelegationTokensWithCredentials 	
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem.testGetDelegationTokensWithCredentials 
> See hudson: 
> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastCompletedBuild/testReport/

--
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-7963) test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem

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

Siddharth Seth updated HADOOP-7963:
-----------------------------------

    Status: Patch Available  (was: Open)
    
> test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7963
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Thomas Graves
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: HADOOP7963.txt
>
>
> The following tests are failing:
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem.testGetDelegationTokensWithCredentials 	
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem.testGetDelegationTokensWithCredentials 
> See hudson: 
> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastCompletedBuild/testReport/

--
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] [Assigned] (HADOOP-7963) test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem

Posted by "Vinod Kumar Vavilapalli (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kumar Vavilapalli reassigned HADOOP-7963:
-----------------------------------------------

    Assignee: Siddharth Seth
    
> test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7963
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Thomas Graves
>            Assignee: Siddharth Seth
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: HADOOP7963.txt
>
>
> The following tests are failing:
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem.testGetDelegationTokensWithCredentials 	
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem.testGetDelegationTokensWithCredentials 
> See hudson: 
> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastCompletedBuild/testReport/

--
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-7963) test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem

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

Hudson commented on HADOOP-7963:
--------------------------------

Integrated in Hadoop-Mapreduce-0.23-Commit #365 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/365/])
    HADOOP-7963. Fix ViewFS to catch a null canonical service-name and pass tests TestViewFileSystem* (Siddharth Seth via vinodkv)
svn merge --ignore-ancestry -c 1229379 ../../trunk/

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229382
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ViewFileSystem.java

                
> test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7963
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Thomas Graves
>            Assignee: Siddharth Seth
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: HADOOP7963.txt
>
>
> The following tests are failing:
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem.testGetDelegationTokensWithCredentials 	
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem.testGetDelegationTokensWithCredentials 
> See hudson: 
> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastCompletedBuild/testReport/

--
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-7963) test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem

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

Hudson commented on HADOOP-7963:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #921 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/921/])
    HADOOP-7963. Fix ViewFS to catch a null canonical service-name and pass tests TestViewFileSystem* (Siddharth Seth via vinodkv)

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229379
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/viewfs/ViewFileSystem.java

                
> test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7963
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Thomas Graves
>            Assignee: Siddharth Seth
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: HADOOP7963.txt
>
>
> The following tests are failing:
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem.testGetDelegationTokensWithCredentials 	
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem.testGetDelegationTokensWithCredentials 
> See hudson: 
> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastCompletedBuild/testReport/

--
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-7963) test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem

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

Daryn Sharp commented on HADOOP-7963:
-------------------------------------

I forgot to add my +1.
                
> test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7963
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Thomas Graves
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: HADOOP7963.txt
>
>
> The following tests are failing:
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem.testGetDelegationTokensWithCredentials 	
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem.testGetDelegationTokensWithCredentials 
> See hudson: 
> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastCompletedBuild/testReport/

--
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-7963) test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem

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

Hudson commented on HADOOP-7963:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #954 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/954/])
    HADOOP-7963. Fix ViewFS to catch a null canonical service-name and pass tests TestViewFileSystem* (Siddharth Seth via vinodkv)

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229379
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/viewfs/ViewFileSystem.java

                
> test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7963
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Thomas Graves
>            Assignee: Siddharth Seth
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: HADOOP7963.txt
>
>
> The following tests are failing:
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem.testGetDelegationTokensWithCredentials 	
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem.testGetDelegationTokensWithCredentials 
> See hudson: 
> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastCompletedBuild/testReport/

--
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-7963) test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem

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

Hadoop QA commented on HADOOP-7963:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12509765/HADOOP7963.txt
  against trunk revision .

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

    -1 tests included.  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.

    -1 javadoc.  The javadoc tool appears to have generated 7 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-HADOOP-Build/500//testReport/
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/500//console

This message is automatically generated.
                
> test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7963
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Thomas Graves
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: HADOOP7963.txt
>
>
> The following tests are failing:
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem.testGetDelegationTokensWithCredentials 	
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem.testGetDelegationTokensWithCredentials 
> See hudson: 
> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastCompletedBuild/testReport/

--
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-7963) test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem

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

Hudson commented on HADOOP-7963:
--------------------------------

Integrated in Hadoop-Common-0.23-Commit #354 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/354/])
    HADOOP-7963. Fix ViewFS to catch a null canonical service-name and pass tests TestViewFileSystem* (Siddharth Seth via vinodkv)
svn merge --ignore-ancestry -c 1229379 ../../trunk/

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229382
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ViewFileSystem.java

                
> test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7963
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Thomas Graves
>            Assignee: Siddharth Seth
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: HADOOP7963.txt
>
>
> The following tests are failing:
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem.testGetDelegationTokensWithCredentials 	
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem.testGetDelegationTokensWithCredentials 
> See hudson: 
> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastCompletedBuild/testReport/

--
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-7963) test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem

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

Arun C Murthy updated HADOOP-7963:
----------------------------------

    Target Version/s: 1.0.0  (was: 0.23.0)
       Fix Version/s:     (was: 0.23.0)
                      0.23.1
    
> test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7963
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Thomas Graves
>            Assignee: Siddharth Seth
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: HADOOP7963.txt
>
>
> The following tests are failing:
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem.testGetDelegationTokensWithCredentials 	
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem.testGetDelegationTokensWithCredentials 
> See hudson: 
> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastCompletedBuild/testReport/

--
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-7963) test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem

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

Hudson commented on HADOOP-7963:
--------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #134 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/134/])
    HADOOP-7963. Fix ViewFS to catch a null canonical service-name and pass tests TestViewFileSystem* (Siddharth Seth via vinodkv)
svn merge --ignore-ancestry -c 1229379 ../../trunk/

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229382
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ViewFileSystem.java

                
> test failures: TestViewFileSystemWithAuthorityLocalFileSystem and TestViewFileSystemLocalFileSystem
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7963
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Thomas Graves
>            Assignee: Siddharth Seth
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: HADOOP7963.txt
>
>
> The following tests are failing:
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem.testGetDelegationTokensWithCredentials 	
>  org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem.testGetDelegationTokensWithCredentials 
> See hudson: 
> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastCompletedBuild/testReport/

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