Riza Suminto created IMPALA-13110:
-------------------------------------
Summary: VLOG_QUERY in impala-hs2-server.cc should print query id
when possible
Key: IMPALA-13110
URL: https://issues.apache.org/jira/browse/IMPALA-13110
Project: IMPALA
Issue Type: Improvement
Components: Backend
Reporter: Riza Suminto
Some VLOG_QUERY in impala-hs2-server.cc does not print query id or session id
for either request/response log line when it is possible to do so. For example:
Response for ExecuteStatement -
[https://github.com/apache/impala/blob/2e093bbc8ae06f89f17bbe57f41d5e91749572c4/be/src/service/impala-hs2-server.cc#L632]
Response for GetResultSetMetadata -
[https://github.com/apache/impala/blob/2e093bbc8ae06f89f17bbe57f41d5e91749572c4/be/src/service/impala-hs2-server.cc#L1010]
Having query id / session id for these log lines will help correlation in
triaging issue such as IMPALA-12800.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)