Michael Smith created IMPALA-13252:
--------------------------------------
Summary: Filter update log message prints TUniqueId in
non-standard format
Key: IMPALA-13252
URL: https://issues.apache.org/jira/browse/IMPALA-13252
Project: IMPALA
Issue Type: Bug
Components: Backend
Affects Versions: Impala 4.4.0
Reporter: Michael Smith
Some error messages, such as
{code}
Filter update received for non-executing query with id:
TUniqueId(hi=-8482965541048796556, lo=3501357296473079808)
{code}
print query id as the raw Thrift type rather than our colon-delimited format,
e.g. "8a4673c8fbe83a74:309751e900000000". This makes it difficult to trace
queries through logs.
Normalize on the colon-delimited format.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)