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 045A6171E3 for ; Thu, 20 Nov 2014 20:58:34 +0000 (UTC) Received: (qmail 57448 invoked by uid 500); 20 Nov 2014 20:58:33 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 57409 invoked by uid 500); 20 Nov 2014 20:58:33 -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 57398 invoked by uid 99); 20 Nov 2014 20:58:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Nov 2014 20:58:33 +0000 Date: Thu, 20 Nov 2014 20:58:33 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-3355) TraceDump.printStackTrace prints Long.MAX_VALUE as a date when trace is not found MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Josh Elser created ACCUMULO-3355: ------------------------------------ Summary: TraceDump.printStackTrace prints Long.MAX_VALUE as a date when trace is not found Key: ACCUMULO-3355 URL: https://issues.apache.org/jira/browse/ACCUMULO-3355 Project: Accumulo Issue Type: Bug Components: trace Affects Versions: 1.6.1 Reporter: Josh Elser Assignee: Josh Elser Priority: Trivial Fix For: 1.6.2, 1.7.0 If no trace is found in the trace table, we convert Long.MAX_VALUE to a date (yyyy/MM/dd) and print that out. That's rather silly -- an alternate message should be printed stating that there were no entries found in the trace table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)