Bikramjeet Vig has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11372
Change subject: IMPALA-7516: Fix query location accounting ...................................................................... IMPALA-7516: Fix query location accounting As a side-effect of IMPALA-5216, queries that were scheduled to be executed but eventually got rejected or canceled before starting execution (initializing the coordinator object) got added to the 'query_locations' map but never got removed. As a result, the queries debug page would sometimes show queries running under the "Query Locations" section even if there weren't. This patch fixes that behavior. Testing: Added a custom cluster test. Change-Id: I66c8e59299747df57c9f39db1cb1f46ff6bbab7e --- M be/src/service/impala-server.cc M tests/common/impala_service.py M tests/custom_cluster/test_admission_controller.py 3 files changed, 51 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/72/11372/1 -- To view, visit http://gerrit.cloudera.org:8080/11372 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I66c8e59299747df57c9f39db1cb1f46ff6bbab7e Gerrit-Change-Number: 11372 Gerrit-PatchSet: 1 Gerrit-Owner: Bikramjeet Vig <[email protected]>
