[email protected] has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23775
Change subject: IMPALA-14611: completed_queries in ExecLoadIcebergDataRequestImpl is never freed ...................................................................... IMPALA-14611: completed_queries in ExecLoadIcebergDataRequestImpl is never freed 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 --- M be/src/service/client-request-state.cc 1 file changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/75/23775/2 -- 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: newchange Gerrit-Change-Id: I058da5f9ddc1b36ff4e5392ecbdd6699e9789a58 Gerrit-Change-Number: 23775 Gerrit-PatchSet: 2 Gerrit-Owner: Anonymous Coward <[email protected]>
