Daniel Barclay (Drill) created DRILL-3055:
---------------------------------------------
Summary: 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)