Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3E2B91766D for ; Wed, 13 May 2015 19:52:00 +0000 (UTC) Received: (qmail 86735 invoked by uid 500); 13 May 2015 19:52:00 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 86704 invoked by uid 500); 13 May 2015 19:52:00 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 86694 invoked by uid 99); 13 May 2015 19:52:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2015 19:52:00 +0000 Date: Wed, 13 May 2015 19:52:00 +0000 (UTC) From: "Daniel Barclay (Drill) (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-3055) Query IDs are logged inconsistently (hex UUID vs. two-decimal-integers form) 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/DRILL-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14542564#comment-14542564 ] Daniel Barclay (Drill) commented on DRILL-3055: ----------------------------------------------- I'm addressing some cases in DrillResultSetImpl. > Query IDs are logged inconsistently (hex UUID vs. two-decimal-integers form) > ---------------------------------------------------------------------------- > > Key: DRILL-3055 > URL: https://issues.apache.org/jira/browse/DRILL-3055 > Project: Apache Drill > Issue Type: Bug > Reporter: Daniel Barclay (Drill) > > In logs (and possibly error messages?), query IDs seem to be logged in at least two different formats, the (lowercase) hex UUID format, as in: > {noformat} > Cancelling query 2aac76fa-8d1c-f1a5-a5e9-124ea8ee15e2 > {noformat} > and one or more formats with two signed decimal values, as in: > {noformat} > Received query ID: part1: 3074963467172864782 > part2: 7984767231918607914 > . > {noformat} > This inconsistency makes it hard to recognize when two references in different formats represent the same query ID. > (Additionally, the above decimal format's line breaks sometime mess up higher-level formatting.) -- This message was sent by Atlassian JIRA (v6.3.4#6332)