[jira] [Commented] (HADOOP-8097) TestRPCCallBenchmark failing w/ port in use -handling badly

2012-07-28 Thread Todd Lipcon (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424489#comment-13424489
 ] 

Todd Lipcon commented on HADOOP-8097:
-

I don't think it's changed, so probably it's still a problem. That said, I'd 
never seen this test fail, so probably not worth fixing unless we have an 
environment handy in which we can reproduce it.

> TestRPCCallBenchmark failing w/ port in use -handling badly
> ---
>
> Key: HADOOP-8097
> URL: https://issues.apache.org/jira/browse/HADOOP-8097
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: ipc
>Affects Versions: 0.24.0
>Reporter: Steve Loughran
>Assignee: Steve Loughran
>Priority: Minor
> Fix For: 0.24.0
>
> Attachments: HADOOP-8097.patch
>
>
> I'm seeing TestRPCCallBenchmark fail with port in use, which is probably 
> related to some other test (race condition on shutdown?), but which isn't 
> being handled that well in the test itself -although the log shows the 
> binding exception, the test is failing on a connection timeout

--
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-8613) AbstractDelegationTokenIdentifier#getUser() should set token auth type

2012-07-28 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424353#comment-13424353
 ] 

Hudson commented on HADOOP-8613:


Integrated in Hadoop-Mapreduce-trunk #1150 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1150/])
HADOOP-8613. AbstractDelegationTokenIdentifier#getUser() should set token 
auth type. (daryn) (Revision 1366440)

 Result = FAILURE
daryn : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1366440
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/security/token/delegation/AbstractDelegationTokenIdentifier.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/token/delegation/TestDelegationToken.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/JspHelper.java


> AbstractDelegationTokenIdentifier#getUser() should set token auth type
> --
>
> Key: HADOOP-8613
> URL: https://issues.apache.org/jira/browse/HADOOP-8613
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 1.0.0, 0.23.0, 2.0.0-alpha, 3.0.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
>Priority: Critical
> Fix For: 1.2.0, 0.23.3, 3.0.0, 2.2.0-alpha
>
> Attachments: HADOOP-8613-2.branch-1.patch, HADOOP-8613-2.patch, 
> HADOOP-8613.branch-1.patch, HADOOP-8613.patch
>
>
> {{AbstractDelegationTokenIdentifier#getUser()}} returns the UGI associated 
> with a token.  The UGI's auth type will either be SIMPLE for non-proxy 
> tokens, or PROXY (effective user) and SIMPLE (real user).  Instead of SIMPLE, 
> it needs to be TOKEN.

--
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-8626) Typo in default setting for hadoop.security.group.mapping.ldap.search.filter.user

2012-07-28 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424352#comment-13424352
 ] 

Hudson commented on HADOOP-8626:


Integrated in Hadoop-Mapreduce-trunk #1150 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1150/])
HADOOP-8626. Typo in default setting for 
hadoop.security.group.mapping.ldap.search.filter.user. Contributed by Jonathan 
Natkins. (Revision 1366410)

 Result = FAILURE
atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1366410
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml


> Typo in default setting for 
> hadoop.security.group.mapping.ldap.search.filter.user
> -
>
> Key: HADOOP-8626
> URL: https://issues.apache.org/jira/browse/HADOOP-8626
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: security
>Affects Versions: 2.0.0-alpha
>Reporter: Jonathan Natkins
>Assignee: Jonathan Natkins
> Fix For: 2.2.0-alpha
>
> Attachments: HADOOP-8626.patch
>
>
> (&(objectClass=user)(sAMAccountName={0}) should have a trailing 
> parenthesis at the end

--
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-8613) AbstractDelegationTokenIdentifier#getUser() should set token auth type

2012-07-28 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424340#comment-13424340
 ] 

Hudson commented on HADOOP-8613:


Integrated in Hadoop-Hdfs-trunk #1118 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1118/])
HADOOP-8613. AbstractDelegationTokenIdentifier#getUser() should set token 
auth type. (daryn) (Revision 1366440)

 Result = FAILURE
daryn : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1366440
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/security/token/delegation/AbstractDelegationTokenIdentifier.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/token/delegation/TestDelegationToken.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/JspHelper.java


> AbstractDelegationTokenIdentifier#getUser() should set token auth type
> --
>
> Key: HADOOP-8613
> URL: https://issues.apache.org/jira/browse/HADOOP-8613
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 1.0.0, 0.23.0, 2.0.0-alpha, 3.0.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
>Priority: Critical
> Fix For: 1.2.0, 0.23.3, 3.0.0, 2.2.0-alpha
>
> Attachments: HADOOP-8613-2.branch-1.patch, HADOOP-8613-2.patch, 
> HADOOP-8613.branch-1.patch, HADOOP-8613.patch
>
>
> {{AbstractDelegationTokenIdentifier#getUser()}} returns the UGI associated 
> with a token.  The UGI's auth type will either be SIMPLE for non-proxy 
> tokens, or PROXY (effective user) and SIMPLE (real user).  Instead of SIMPLE, 
> it needs to be TOKEN.

--
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-8626) Typo in default setting for hadoop.security.group.mapping.ldap.search.filter.user

2012-07-28 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424339#comment-13424339
 ] 

Hudson commented on HADOOP-8626:


Integrated in Hadoop-Hdfs-trunk #1118 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1118/])
HADOOP-8626. Typo in default setting for 
hadoop.security.group.mapping.ldap.search.filter.user. Contributed by Jonathan 
Natkins. (Revision 1366410)

 Result = FAILURE
atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1366410
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml


> Typo in default setting for 
> hadoop.security.group.mapping.ldap.search.filter.user
> -
>
> Key: HADOOP-8626
> URL: https://issues.apache.org/jira/browse/HADOOP-8626
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: security
>Affects Versions: 2.0.0-alpha
>Reporter: Jonathan Natkins
>Assignee: Jonathan Natkins
> Fix For: 2.2.0-alpha
>
> Attachments: HADOOP-8626.patch
>
>
> (&(objectClass=user)(sAMAccountName={0}) should have a trailing 
> parenthesis at the end

--
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-8613) AbstractDelegationTokenIdentifier#getUser() should set token auth type

2012-07-28 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424335#comment-13424335
 ] 

Hudson commented on HADOOP-8613:


Integrated in Hadoop-Hdfs-0.23-Build #327 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/327/])
svn merge -c 1366440 FIXES: HADOOP-8613. 
AbstractDelegationTokenIdentifier#getUser() should set token auth type. (daryn) 
(Revision 1366462)

 Result = SUCCESS
daryn : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1366462
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/security/token/delegation/AbstractDelegationTokenIdentifier.java
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/token/delegation/TestDelegationToken.java
* 
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/JspHelper.java


> AbstractDelegationTokenIdentifier#getUser() should set token auth type
> --
>
> Key: HADOOP-8613
> URL: https://issues.apache.org/jira/browse/HADOOP-8613
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 1.0.0, 0.23.0, 2.0.0-alpha, 3.0.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
>Priority: Critical
> Fix For: 1.2.0, 0.23.3, 3.0.0, 2.2.0-alpha
>
> Attachments: HADOOP-8613-2.branch-1.patch, HADOOP-8613-2.patch, 
> HADOOP-8613.branch-1.patch, HADOOP-8613.patch
>
>
> {{AbstractDelegationTokenIdentifier#getUser()}} returns the UGI associated 
> with a token.  The UGI's auth type will either be SIMPLE for non-proxy 
> tokens, or PROXY (effective user) and SIMPLE (real user).  Instead of SIMPLE, 
> it needs to be TOKEN.

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