[
https://issues.apache.org/jira/browse/IMPALA-14611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Smith resolved IMPALA-14611.
------------------------------------
Fix Version/s: Impala 5.0.0
Resolution: Fixed
> completed_queries in ExecLoadIcebergDataRequestImpl is never freed
> ------------------------------------------------------------------
>
> Key: IMPALA-14611
> URL: https://issues.apache.org/jira/browse/IMPALA-14611
> Project: IMPALA
> Issue Type: Bug
> Components: Backend
> Reporter: Peter Rozsa
> Assignee: Nándor Kollár
> Priority: Major
> Fix For: Impala 5.0.0
>
>
> On
> [client-request-state.cc:1018|https://github.com/apache/impala/blob/780e6683a21dae3622744a82f92e155ae06e13f2/be/src/service/client-request-state.cc#L1018]
> completed_queries is allocated on the heap, but it's never freed and goes
> out of the scope later on. Also, on L2552a and L2610, we have the same
> behaviour.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)