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 B8B77200B6F for ; Wed, 24 Aug 2016 15:43:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B40F3160AA4; Wed, 24 Aug 2016 13:43:28 +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 2FA20160AC1 for ; Wed, 24 Aug 2016 15:43:28 +0200 (CEST) Received: (qmail 39163 invoked by uid 500); 24 Aug 2016 13:43:22 -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 38680 invoked by uid 99); 24 Aug 2016 13:43:22 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2016 13:43:22 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EC0CD2C0154 for ; Wed, 24 Aug 2016 13:43:21 +0000 (UTC) Date: Wed, 24 Aug 2016 13:43:21 +0000 (UTC) From: "Sean Busbey (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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: Wed, 24 Aug 2016 13:43:33 -0000 Sean Busbey created ACCUMULO-4421: ------------------------------------- Summary: 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.2, 1.7.1 Reporter: Sean Busbey Assignee: Sean Busbey Priority: Blocker Fix For: 1.8.0 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)