Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8AF979935 for ; Fri, 3 Aug 2012 13:01:05 +0000 (UTC) Received: (qmail 37535 invoked by uid 500); 3 Aug 2012 13:01:05 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 37329 invoked by uid 500); 3 Aug 2012 13:01:04 -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 37299 invoked by uid 99); 3 Aug 2012 13:01:04 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2012 13:01:04 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 3098C14284D for ; Fri, 3 Aug 2012 13:01:04 +0000 (UTC) Date: Fri, 3 Aug 2012 13:01:04 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1752692286.10082.1343998864200.JavaMail.jiratomcat@issues-vm> In-Reply-To: <736070816.7539.1343944262884.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HDFS-3756) DelegationTokenFetcher creates 2 HTTP connections, the second one not properly configured MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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-SVN&view=rev&rev=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