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 8C209200B7B for ; Thu, 25 Aug 2016 19:45:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8A87D160AA4; Thu, 25 Aug 2016 17:45: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 03C16160AA5 for ; Thu, 25 Aug 2016 19:45:21 +0200 (CEST) Received: (qmail 88435 invoked by uid 500); 25 Aug 2016 17:45: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 88346 invoked by uid 99); 25 Aug 2016 17:45:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2016 17:45:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DBC302C0153 for ; Thu, 25 Aug 2016 17:45:20 +0000 (UTC) Date: Thu, 25 Aug 2016 17:45:20 +0000 (UTC) From: "Sean Busbey (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-4422) Logging should be initialized prior to attempting kerberos login MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 25 Aug 2016 17:45:22 -0000 [ https://issues.apache.org/jira/browse/ACCUMULO-4422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15437311#comment-15437311 ] Sean Busbey commented on ACCUMULO-4422: --------------------------------------- okay, on 1.7 the Kerberos*ITs passed once I stood up a n1-standard-4 on GCE to run the build (they can't run as-is on my laptop). Also tested manually in a small cluster deployment. Since the server logins are essentially the same on 1.6, I think that should suffice. > Logging should be initialized prior to attempting kerberos login > ---------------------------------------------------------------- > > Key: ACCUMULO-4422 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4422 > Project: Accumulo > Issue Type: Bug > Components: gc, master, trace, tserver > Affects Versions: 1.6.5, 1.7.1, 1.7.2 > Reporter: Sean Busbey > Assignee: Sean Busbey > Priority: Critical > Fix For: 1.6.6, 1.7.3, 1.8.0 > > Attachments: ACCUMULO-4422.1.6.v1.patch > > > Right now we attempt to do server logins prior to initializing the logging system, which means we don't see any of our helpful debugging messages when things go wrong. -- This message was sent by Atlassian JIRA (v6.3.4#6332)