Riza Suminto created IMPALA-13556:
-------------------------------------
Summary: Log GetRuntimeProfile and GetExecSummary at VLOG_QUERY
Key: IMPALA-13556
URL: https://issues.apache.org/jira/browse/IMPALA-13556
Project: IMPALA
Issue Type: Improvement
Components: Backend
Reporter: Riza Suminto
Assignee: Riza Suminto
Calls to both of these RPC endpoints are previously logged at VLOG_RPC (or
VLOG(2)). This patch change the log level to VLOG_QUERY (or VLOG(1)). This is
helpful because both RPC are usually called after query execution complete, but
the query handle is not released yet. They are also rarely called by client, so
they will not be too noisy.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)