Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 11853 invoked from network); 27 Jul 2010 02:01:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Jul 2010 02:01:42 -0000 Received: (qmail 61909 invoked by uid 500); 27 Jul 2010 02:01:42 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 61831 invoked by uid 500); 27 Jul 2010 02:01:41 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 61821 invoked by uid 99); 27 Jul 2010 02:01:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jul 2010 02:01:41 +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; Tue, 27 Jul 2010 02:01:39 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6R21H2k027318 for ; Tue, 27 Jul 2010 02:01:17 GMT Message-ID: <26292337.15121280196077120.JavaMail.jira@thor> Date: Mon, 26 Jul 2010 22:01:17 -0400 (EDT) From: "Kan Zhang (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Commented: (HADOOP-6656) Security framework needs to renew Kerberos tickets while the process is running In-Reply-To: <140327789.427581269326907684.JavaMail.jira@brutus.apache.org> 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/HADOOP-6656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892606#action_12892606 ] Kan Zhang commented on HADOOP-6656: ----------------------------------- > I don't think getTGT() handles cross-realm case. Sorry, it does. But I still recommend it to be merged with SecurityUtil.getTgtFromSubject(). > Security framework needs to renew Kerberos tickets while the process is running > ------------------------------------------------------------------------------- > > Key: HADOOP-6656 > URL: https://issues.apache.org/jira/browse/HADOOP-6656 > Project: Hadoop Common > Issue Type: Bug > Reporter: Owen O'Malley > Assignee: Devaraj Das > Fix For: 0.22.0 > > Attachments: 6656-trunk-1.patch, 6656-trunk-2.patch, c-6656-y20-internal.patch, refresh.patch > > > While a client process is running, there should be a thread that periodically renews the Kerberos credentials to ensure they don't expire. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.