[jira] [Commented] (HDFS-3756) DelegationTokenFetcher creates 2 HTTP connections, the second one not properly configured

2012-08-03 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13428051#comment-13428051
 ] 

Hudson commented on HDFS-3756:
--

Integrated in Hadoop-Hdfs-trunk #1124 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1124/])
HDFS-3756. DelegationTokenFetcher creates 2 HTTP connections, the second 
one not properly configured. (tucu) (Revision 1368733)

 Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1368733
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/DelegationTokenFetcher.java


 DelegationTokenFetcher creates 2 HTTP connections, the second one not 
 properly configured
 -

 Key: HDFS-3756
 URL: https://issues.apache.org/jira/browse/HDFS-3756
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: security
Affects Versions: 2.0.0-alpha
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
Priority: Critical
 Fix For: 2.2.0-alpha

 Attachments: HDFS-3756.patch


 When doing the forwardport of HDFS-2617 to trunk I've missed deleting the 
 original connection creation when converting it to use the SecurityUtil class.
 {code}
connection = (HttpURLConnection) 
 SecurityUtil.openSecureHttpConnection(url);
   connection = (HttpURLConnection)URLUtils.openConnection(url);
 {code}

--
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] (HDFS-3756) DelegationTokenFetcher creates 2 HTTP connections, the second one not properly configured

2012-08-03 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13428099#comment-13428099
 ] 

Hudson commented on HDFS-3756:
--

Integrated in Hadoop-Mapreduce-trunk #1156 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1156/])
HDFS-3756. DelegationTokenFetcher creates 2 HTTP connections, the second 
one not properly configured. (tucu) (Revision 1368733)

 Result = FAILURE
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1368733
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/DelegationTokenFetcher.java


 DelegationTokenFetcher creates 2 HTTP connections, the second one not 
 properly configured
 -

 Key: HDFS-3756
 URL: https://issues.apache.org/jira/browse/HDFS-3756
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: security
Affects Versions: 2.0.0-alpha
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
Priority: Critical
 Fix For: 2.2.0-alpha

 Attachments: HDFS-3756.patch


 When doing the forwardport of HDFS-2617 to trunk I've missed deleting the 
 original connection creation when converting it to use the SecurityUtil class.
 {code}
connection = (HttpURLConnection) 
 SecurityUtil.openSecureHttpConnection(url);
   connection = (HttpURLConnection)URLUtils.openConnection(url);
 {code}

--
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] (HDFS-3756) DelegationTokenFetcher creates 2 HTTP connections, the second one not properly configured

2012-08-02 Thread Aaron T. Myers (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427654#comment-13427654
 ] 

Aaron T. Myers commented on HDFS-3756:
--

+1 pending Jenkins.

 DelegationTokenFetcher creates 2 HTTP connections, the second one not 
 properly configured
 -

 Key: HDFS-3756
 URL: https://issues.apache.org/jira/browse/HDFS-3756
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: security
Affects Versions: 2.0.0-alpha
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
Priority: Critical
 Attachments: HDFS-3756.patch


 When doing the forwardport of HDFS-2617 to trunk I've missed deleting the 
 original connection creation when converting it to use the SecurityUtil class.
 {code}
connection = (HttpURLConnection) 
 SecurityUtil.openSecureHttpConnection(url);
   connection = (HttpURLConnection)URLUtils.openConnection(url);
 {code}

--
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] (HDFS-3756) DelegationTokenFetcher creates 2 HTTP connections, the second one not properly configured

2012-08-02 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427723#comment-13427723
 ] 

Hudson commented on HDFS-3756:
--

Integrated in Hadoop-Common-trunk-Commit #2552 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2552/])
HDFS-3756. DelegationTokenFetcher creates 2 HTTP connections, the second 
one not properly configured. (tucu) (Revision 1368733)

 Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1368733
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/DelegationTokenFetcher.java


 DelegationTokenFetcher creates 2 HTTP connections, the second one not 
 properly configured
 -

 Key: HDFS-3756
 URL: https://issues.apache.org/jira/browse/HDFS-3756
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: security
Affects Versions: 2.0.0-alpha
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
Priority: Critical
 Fix For: 2.2.0-alpha

 Attachments: HDFS-3756.patch


 When doing the forwardport of HDFS-2617 to trunk I've missed deleting the 
 original connection creation when converting it to use the SecurityUtil class.
 {code}
connection = (HttpURLConnection) 
 SecurityUtil.openSecureHttpConnection(url);
   connection = (HttpURLConnection)URLUtils.openConnection(url);
 {code}

--
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] (HDFS-3756) DelegationTokenFetcher creates 2 HTTP connections, the second one not properly configured

2012-08-02 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427725#comment-13427725
 ] 

Hudson commented on HDFS-3756:
--

Integrated in Hadoop-Hdfs-trunk-Commit #2617 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2617/])
HDFS-3756. DelegationTokenFetcher creates 2 HTTP connections, the second 
one not properly configured. (tucu) (Revision 1368733)

 Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1368733
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/DelegationTokenFetcher.java


 DelegationTokenFetcher creates 2 HTTP connections, the second one not 
 properly configured
 -

 Key: HDFS-3756
 URL: https://issues.apache.org/jira/browse/HDFS-3756
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: security
Affects Versions: 2.0.0-alpha
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
Priority: Critical
 Fix For: 2.2.0-alpha

 Attachments: HDFS-3756.patch


 When doing the forwardport of HDFS-2617 to trunk I've missed deleting the 
 original connection creation when converting it to use the SecurityUtil class.
 {code}
connection = (HttpURLConnection) 
 SecurityUtil.openSecureHttpConnection(url);
   connection = (HttpURLConnection)URLUtils.openConnection(url);
 {code}

--
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] (HDFS-3756) DelegationTokenFetcher creates 2 HTTP connections, the second one not properly configured

2012-08-02 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427741#comment-13427741
 ] 

Hudson commented on HDFS-3756:
--

Integrated in Hadoop-Mapreduce-trunk-Commit #2571 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2571/])
HDFS-3756. DelegationTokenFetcher creates 2 HTTP connections, the second 
one not properly configured. (tucu) (Revision 1368733)

 Result = FAILURE
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1368733
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/DelegationTokenFetcher.java


 DelegationTokenFetcher creates 2 HTTP connections, the second one not 
 properly configured
 -

 Key: HDFS-3756
 URL: https://issues.apache.org/jira/browse/HDFS-3756
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: security
Affects Versions: 2.0.0-alpha
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
Priority: Critical
 Fix For: 2.2.0-alpha

 Attachments: HDFS-3756.patch


 When doing the forwardport of HDFS-2617 to trunk I've missed deleting the 
 original connection creation when converting it to use the SecurityUtil class.
 {code}
connection = (HttpURLConnection) 
 SecurityUtil.openSecureHttpConnection(url);
   connection = (HttpURLConnection)URLUtils.openConnection(url);
 {code}

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