Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7E81A200B72 for ; Fri, 26 Aug 2016 23:38:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7CF2A160A94; Fri, 26 Aug 2016 21:38:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CB788160AC4 for ; Fri, 26 Aug 2016 23:38:21 +0200 (CEST) Received: (qmail 32487 invoked by uid 500); 26 Aug 2016 21:38:20 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 32431 invoked by uid 99); 26 Aug 2016 21:38:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Aug 2016 21:38:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9D1832C0157 for ; Fri, 26 Aug 2016 21:38:20 +0000 (UTC) Date: Fri, 26 Aug 2016 21:38:20 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-4421) TraceServer should fall back to GENERIC_KERBEROS_PRINCIPAL when trace specific kerberos settings are not present MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 26 Aug 2016 21:38:22 -0000 [ https://issues.apache.org/jira/browse/ACCUMULO-4421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15439921#comment-15439921 ] Josh Elser commented on ACCUMULO-4421: -------------------------------------- Also, if it wasn't clear, I'm good with your v3 given your testing. We can either roll in the addendum now or do that in a separate issue. Doesn't matter to me. > TraceServer should fall back to GENERIC_KERBEROS_PRINCIPAL when trace specific kerberos settings are not present > ---------------------------------------------------------------------------------------------------------------- > > Key: ACCUMULO-4421 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4421 > Project: Accumulo > Issue Type: Bug > Components: trace > Affects Versions: 1.7.1, 1.7.2 > Reporter: Sean Busbey > Assignee: Sean Busbey > Priority: Blocker > Fix For: 1.7.3, 1.8.0 > > Attachments: ACCUMULO-4421-1.7.v3-addendum1.patch, ACCUMULO-4421-1.7.v3.patch, ACCUMULO-4421.1.patch, ACCUMULO-4421.2.patch > > > Prior to 1.7, the TraceServer always started using the same server utils as the other daemons. Since a trace server has to talk to Accumulo and that might involve needing a Kerberos Identity in 1.7+, it was switched to its own setup. > Currently that setup will default back to GENERIC_KERBEROS_KEYTAB if a keytab isn't specified for the trace user, but it will simply exit early if there isn't a principal defined for hte trace user. It should instead default to the GENERIC_KERBEROS_PRINCIPAL. -- This message was sent by Atlassian JIRA (v6.3.4#6332)