Peter Rozsa has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/23775 )

Change subject: IMPALA-14611: Fix memory leak in ExecLoadIcebergDataRequestImpl
......................................................................

IMPALA-14611: Fix memory leak in ExecLoadIcebergDataRequestImpl

A vector tracking completed queries is allocated on the heap,
and never freed, leading to memory leak. As this vector is
used only within the functions, we can allocate it on the stack instead.

Change-Id: I058da5f9ddc1b36ff4e5392ecbdd6699e9789a58
Reviewed-on: http://gerrit.cloudera.org:8080/23775
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Michael Smith <[email protected]>
---
M be/src/service/client-request-state.cc
1 file changed, 6 insertions(+), 6 deletions(-)

Approvals:
  Impala Public Jenkins: Looks good to me, approved
  Michael Smith: Verified

--
To view, visit http://gerrit.cloudera.org:8080/23775
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I058da5f9ddc1b36ff4e5392ecbdd6699e9789a58
Gerrit-Change-Number: 23775
Gerrit-PatchSet: 6
Gerrit-Owner: Anonymous Coward <[email protected]>
Gerrit-Reviewer: Anonymous Coward <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>
Gerrit-Reviewer: Peter Rozsa <[email protected]>
Gerrit-Reviewer: Pranav Lodha <[email protected]>

Reply via email to