You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Boris Shkolnik (JIRA)" <ji...@apache.org> on 2010/08/11 20:59:18 UTC

[jira] Created: (MAPREDUCE-2005) TestDelegationTokenRenewal fails

TestDelegationTokenRenewal fails
--------------------------------

                 Key: MAPREDUCE-2005
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2005
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Boris Shkolnik


looks like the problem is in host resolution.
test is using "localhost:0", but in DelegationTokenRenewal we use getCannonicalName() for localhost, and on some machine it is not "localhost"
Fix - change test to use getCannonicalName too.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAPREDUCE-2005) TestDelegationTokenRenewal fails

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

Boris Shkolnik updated MAPREDUCE-2005:
--------------------------------------

    Attachment: MAPREDUCE-2005-YH20.patch

for previous version, not for commit
I've also updated some comments and debug lines

> TestDelegationTokenRenewal fails
> --------------------------------
>
>                 Key: MAPREDUCE-2005
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2005
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Boris Shkolnik
>            Assignee: Boris Shkolnik
>         Attachments: MAPREDUCE-2005-YH20.patch
>
>
> looks like the problem is in host resolution.
> test is using "localhost:0", but in DelegationTokenRenewal we use getCannonicalName() for localhost, and on some machine it is not "localhost"
> Fix - change test to use getCannonicalName too.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (MAPREDUCE-2005) TestDelegationTokenRenewal fails

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

Boris Shkolnik reassigned MAPREDUCE-2005:
-----------------------------------------

    Assignee: Boris Shkolnik

> TestDelegationTokenRenewal fails
> --------------------------------
>
>                 Key: MAPREDUCE-2005
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2005
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Boris Shkolnik
>            Assignee: Boris Shkolnik
>         Attachments: MAPREDUCE-2005-YH20.patch
>
>
> looks like the problem is in host resolution.
> test is using "localhost:0", but in DelegationTokenRenewal we use getCannonicalName() for localhost, and on some machine it is not "localhost"
> Fix - change test to use getCannonicalName too.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAPREDUCE-2005) TestDelegationTokenRenewal fails

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

Boris Shkolnik updated MAPREDUCE-2005:
--------------------------------------

    Attachment: MAPREDUCE-2005-1.patch

> TestDelegationTokenRenewal fails
> --------------------------------
>
>                 Key: MAPREDUCE-2005
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2005
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Boris Shkolnik
>            Assignee: Boris Shkolnik
>         Attachments: MAPREDUCE-2005-1.patch, MAPREDUCE-2005-YH20.patch
>
>
> looks like the problem is in host resolution.
> test is using "localhost:0", but in DelegationTokenRenewal we use getCannonicalName() for localhost, and on some machine it is not "localhost"
> Fix - change test to use getCannonicalName too.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.