[
https://issues.apache.org/jira/browse/IMPALA-13556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17900402#comment-17900402
]
ASF subversion and git services commented on IMPALA-13556:
----------------------------------------------------------
Commit aac375eb200c32a11b94e1e0d986a74737d0636e in impala's branch
refs/heads/master from Riza Suminto
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=aac375eb2 ]
IMPALA-13556: Log GetRuntimeProfile and GetExecSummary at VLOG_QUERY
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. Missing
query driver log in GetAllQueryHandles is moved to its caller, where the
log message is clarified.
ImpalaShell._execute_stmt() also modified to call get_runtime_profile()
only if show_profile option is true.
Testing:
- Using impala-shell, run a TPC-DS query followed by 'profile' and
summary command. Verify that logs are printed, both with beeswax and
HS2 protocol.
- Pass core tests.
Change-Id: I90ef7d0fadd81c58ec1072e53430f51fea146cf1
Reviewed-on: http://gerrit.cloudera.org:8080/22085
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> 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
>
> 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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]