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 7004C10F82 for ; Wed, 29 Jan 2014 23:58:17 +0000 (UTC) Received: (qmail 92581 invoked by uid 500); 29 Jan 2014 23:58:12 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 92513 invoked by uid 500); 29 Jan 2014 23:58:11 -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 92407 invoked by uid 99); 29 Jan 2014 23:58:10 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jan 2014 23:58:10 +0000 Date: Wed, 29 Jan 2014 23:58:10 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-10310) SaslRpcServer should be initialized even when no secret manager present 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-10310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13886033#comment-13886033 ] Andrew Purtell commented on HADOOP-10310: ----------------------------------------- Pretty sure HADOOP-8983 wasn't the breaking change > SaslRpcServer should be initialized even when no secret manager present > ----------------------------------------------------------------------- > > Key: HADOOP-10310 > URL: https://issues.apache.org/jira/browse/HADOOP-10310 > Project: Hadoop Common > Issue Type: Bug > Components: security > Affects Versions: 2.3.0 > Reporter: Aaron T. Myers > Assignee: Aaron T. Myers > Priority: Blocker > Attachments: HADOOP-10310.patch > > > HADOOP-8983 made a change which caused the SaslRpcServer not to be initialized if there is no secret manager present. This works fine for most Hadoop daemons because they need a secret manager to do their business, but JournalNodes do not. The result of this is that JournalNodes are broken and will not handle RPCs in a Kerberos-enabled environment, since the SaslRpcServer will not be initialized. -- This message was sent by Atlassian JIRA (v6.1.5#6160)