Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3B01A18990 for ; Wed, 30 Dec 2015 21:51:50 +0000 (UTC) Received: (qmail 9983 invoked by uid 500); 30 Dec 2015 21:51:50 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 9913 invoked by uid 500); 30 Dec 2015 21:51:50 -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 9710 invoked by uid 99); 30 Dec 2015 21:51:49 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Dec 2015 21:51:49 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A7A212C1F69 for ; Wed, 30 Dec 2015 21:51:49 +0000 (UTC) Date: Wed, 30 Dec 2015 21:51:49 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (ACCUMULO-4064) Include Version and Instance ID in log when TabletServer starts up 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/ACCUMULO-4064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser reassigned ACCUMULO-4064: ------------------------------------ Assignee: Josh Elser > Include Version and Instance ID in log when TabletServer starts up > ------------------------------------------------------------------ > > Key: ACCUMULO-4064 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4064 > Project: Accumulo > Issue Type: Improvement > Components: tserver > Reporter: Josh Elser > Assignee: Josh Elser > Priority: Trivial > Labels: newbie > Fix For: 1.6.5, 1.7.1, 1.8.0 > > > The Master has the following when it starts: > {noformat} > log.info("Version " + Constants.VERSION); > log.info("Instance " + getInstance().getInstanceID()); > {noformat} > The tabletserver does not. They should both have this. -- This message was sent by Atlassian JIRA (v6.3.4#6332)