Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-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 E2EEAD5C2 for ; Wed, 24 Oct 2012 14:34:15 +0000 (UTC) Received: (qmail 51165 invoked by uid 500); 24 Oct 2012 14:34:14 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 51124 invoked by uid 500); 24 Oct 2012 14:34:14 -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 51060 invoked by uid 99); 24 Oct 2012 14:34:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2012 14:34:13 +0000 Date: Wed, 24 Oct 2012 14:34:12 +0000 (UTC) From: "Daryn Sharp (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1482707592.22035.1351089253013.JavaMail.jiratomcat@arcas> In-Reply-To: <1474964757.16002.1351002312025.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (HADOOP-8965) Allow client to specify internal authentication 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/HADOOP-8965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp updated HADOOP-8965: -------------------------------- Attachment: HADOOP-8965.example.patch Barebones patch to demonstrate possible ipc client changes to force use of tokens in SIMPLE auth. In conjunction with HDFS-4056, I'll add another conditional for whether to look for tokens. > Allow client to specify internal authentication > ----------------------------------------------- > > Key: HADOOP-8965 > URL: https://issues.apache.org/jira/browse/HADOOP-8965 > Project: Hadoop Common > Issue Type: Sub-task > Components: ipc > Affects Versions: 1.0.0, 0.23.0, 2.0.0-alpha, 3.0.0 > Reporter: Daryn Sharp > Assignee: Daryn Sharp > Attachments: HADOOP-8965.example.patch > > > The RPC client currently uses a token if present, else it falls back to authentication. This creates an ambiguity in the client if SIMPLE auth is allowed to use tokens. A task will continue to run if the task loses its tokens because it will fallback to SIMPLE auth - this would be a bug. There should be a means to specify that tasks must use tokens to avoid the ambiguity. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira