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 6B9F1DEED for ; Wed, 21 Nov 2012 16:22:01 +0000 (UTC) Received: (qmail 23481 invoked by uid 500); 21 Nov 2012 16:22:00 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 23140 invoked by uid 500); 21 Nov 2012 16:22:00 -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 22463 invoked by uid 99); 21 Nov 2012 16:21:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2012 16:21:59 +0000 Date: Wed, 21 Nov 2012 16:21:59 +0000 (UTC) From: "Daryn Sharp (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1480315893.12862.1353514919165.JavaMail.jiratomcat@arcas> In-Reply-To: <332767625.7641.1353432179117.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HADOOP-9070) Kerberos SASL server cannot find kerberos key 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-9070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502098#comment-13502098 ] Daryn Sharp commented on HADOOP-9070: ------------------------------------- Yes, I thoroughly tested both kerberos and tokens to ensure they work with the latest patch. As mentioned in my prior comment, this does cause a RPC incompatibility within 2.x. Earlier 2.x clients will receive an extra reply (SUCCESS) from a 2.0.3 server after the kerberos negotiation completes. The client will interpret this as the response for the next proxy call, which will cause a protobuf error. A 2.0.3 client will timeout waiting for the SUCCESS response from earlier 2.x servers. Maybe we should bump the RPC version in 2.0.3? Or if that's unpalatable, I can investigate a backwards compatible client change that might be hacky (not sure yet). > Kerberos SASL server cannot find kerberos key > --------------------------------------------- > > Key: HADOOP-9070 > URL: https://issues.apache.org/jira/browse/HADOOP-9070 > Project: Hadoop Common > Issue Type: Sub-task > Components: ipc > Affects Versions: 3.0.0, 2.0.3-alpha > Reporter: Daryn Sharp > Assignee: Daryn Sharp > Priority: Blocker > Attachments: HADOOP-9070.patch, HADOOP-9070.patch > > > HADOOP-9015 inadvertently removed a {{doAs}} block around instantiation of the sasl server which renders a server incapable of accepting kerberized connections. -- 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