[
https://issues.apache.org/jira/browse/IMPALA-13556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Riza Suminto resolved IMPALA-13556.
-----------------------------------
Fix Version/s: Impala 4.5.0
Resolution: Fixed
> 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
> Priority: Minor
> Fix For: Impala 4.5.0
>
>
> 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)