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 C6BB1200B72 for ; Fri, 26 Aug 2016 18:34:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C565C160A94; Fri, 26 Aug 2016 16:34: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 18FEF160AB6 for ; Fri, 26 Aug 2016 18:34:21 +0200 (CEST) Received: (qmail 48714 invoked by uid 500); 26 Aug 2016 16:34:21 -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 48616 invoked by uid 99); 26 Aug 2016 16:34:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Aug 2016 16:34:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 21D842C0151 for ; Fri, 26 Aug 2016 16:34:21 +0000 (UTC) Date: Fri, 26 Aug 2016 16:34:21 +0000 (UTC) From: "Sean Busbey (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 16:34:22 -0000 [ https://issues.apache.org/jira/browse/ACCUMULO-4421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15439355#comment-15439355 ] Sean Busbey commented on ACCUMULO-4421: --------------------------------------- (that's a patch for branch 1.7. keep forgetting to name things) > 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.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)