Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11005 )
Change subject: IMPALA-6153: Execute UpdateFilter() only for executing queries ...................................................................... IMPALA-6153: Execute UpdateFilter() only for executing queries This change ensures that coordinator::UpdateFilter is executed only for queries which are in the EXECUTING state. Additionally, it also guarantees that coordinator::ReleaseExecResources is executed only when no other thread is executing UpdateFilter. Testing: Ran all back-end tests. Additionally, ran the exhaustive tests with DCHECKs which would be triggered if the ReleaseExecResources() is executed while any other thread is executing UpdateFilter(). Change-Id: I669db217f86db5ff2802335e7b1ae8027ea7161c Reviewed-on: http://gerrit.cloudera.org:8080/11005 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/runtime/coordinator.cc M be/src/runtime/coordinator.h 2 files changed, 45 insertions(+), 16 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/11005 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I669db217f86db5ff2802335e7b1ae8027ea7161c Gerrit-Change-Number: 11005 Gerrit-PatchSet: 11 Gerrit-Owner: Pooja Nilangekar <[email protected]> Gerrit-Reviewer: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Pooja Nilangekar <[email protected]> Gerrit-Reviewer: Sailesh Mukil <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
