Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17893 )
Change subject: IMPALA-10942: Fix memory leak in admission controller ...................................................................... IMPALA-10942: Fix memory leak in admission controller This patch fixes a memory leak in the admission controller where objects tracking state required for queuing were being retained despite the query being admitted or rejected immediately. Change-Id: I1df0de0e658f6dcb5a044d108d0943aaa3dea0a1 Reviewed-on: http://gerrit.cloudera.org:8080/17893 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/scheduling/admission-control-service.cc M be/src/scheduling/admission-controller.cc M be/src/scheduling/admission-controller.h M be/src/scheduling/local-admission-control-client.cc 4 files changed, 6 insertions(+), 6 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/17893 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I1df0de0e658f6dcb5a044d108d0943aaa3dea0a1 Gerrit-Change-Number: 17893 Gerrit-PatchSet: 6 Gerrit-Owner: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Andrew Sherman <[email protected]> Gerrit-Reviewer: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: David Rorke <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: abeltian <[email protected]>
