Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 16254 invoked from network); 13 Jan 2011 03:38:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Jan 2011 03:38:21 -0000 Received: (qmail 82098 invoked by uid 500); 13 Jan 2011 03:38:20 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 81981 invoked by uid 500); 13 Jan 2011 03:38:18 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 81973 invoked by uid 99); 13 Jan 2011 03:38:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jan 2011 03:38:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jan 2011 03:38:15 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0D3brXc014262 for ; Thu, 13 Jan 2011 03:37:53 GMT Message-ID: <21881600.334931294889873352.JavaMail.jira@thor> Date: Wed, 12 Jan 2011 22:37:53 -0500 (EST) From: "Po Cheung (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Commented: (HDFS-982) TestDelegationToken#testDelegationTokenWithRealUser is failing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HDFS-982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981113#action_12981113 ] Po Cheung commented on HDFS-982: -------------------------------- TestDelegationTokenForProxyUser#testDelegationTokenWithRealUser passes in 0.22. > TestDelegationToken#testDelegationTokenWithRealUser is failing > -------------------------------------------------------------- > > Key: HDFS-982 > URL: https://issues.apache.org/jira/browse/HDFS-982 > Project: Hadoop HDFS > Issue Type: Test > Components: contrib/hdfsproxy, security > Affects Versions: 0.22.0 > Reporter: Eli Collins > Priority: Blocker > Fix For: 0.22.0 > > > Hudson is reporting that TestDelegationToken#testDelegationTokenWithRealUser is failing on trunk. > Failing for the past 10 builds (Since #223 ) > Took 0.61 sec. > add description > Error Message > User: RealUser is not allowed to impersonate proxyUser > Stacktrace > org.apache.hadoop.ipc.RemoteException: User: RealUser is not allowed to impersonate proxyUser > at org.apache.hadoop.ipc.Client.call(Client.java:887) > at org.apache.hadoop.ipc.WritableRpcEngine$Invoker.invoke(WritableRpcEngine.java:198) > at $Proxy7.getProtocolVersion(Unknown Source) > at org.apache.hadoop.ipc.WritableRpcEngine.getProxy(WritableRpcEngine.java:228) > at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:220) > at org.apache.hadoop.hdfs.DFSClient.createRPCNamenode(DFSClient.java:151) > at org.apache.hadoop.hdfs.DFSClient.(DFSClient.java:250) > at org.apache.hadoop.hdfs.DFSClient.(DFSClient.java:217) > at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:87) > at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:1747) > at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:69) > at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:1775) > at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:1763) > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:193) > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:101) > at org.apache.hadoop.hdfs.MiniDFSCluster.getFileSystem(MiniDFSCluster.java:813) > at org.apache.hadoop.hdfs.security.TestDelegationToken$1.run(TestDelegationToken.java:147) > at org.apache.hadoop.hdfs.security.TestDelegationToken$1.run(TestDelegationToken.java:145) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:396) > at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:706) > at org.apache.hadoop.hdfs.security.TestDelegationToken.testDelegationTokenWithRealUser(TestDelegationToken.java:144) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.