Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17729 )
Change subject: IMPALA-10825: fix impalad crashes when closing the retrying query ...................................................................... IMPALA-10825: fix impalad crashes when closing the retrying query The crash happens when canceling the retrying query in web UI. The canceling action will call ImpalaServer#UnregisterQuery. The QueryDriver will be null if the query has already been unregistered. Testing: Add test in tests/custom_cluster/test_query_retries.py and manually tested 100 times to make sure that there was no Impalad crash Change-Id: I3b9a2cccbfbdca00b099e0f8d5f2d4bcb4d0a8c3 Reviewed-on: http://gerrit.cloudera.org:8080/17729 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/runtime/query-driver.cc M tests/custom_cluster/test_query_retries.py 2 files changed, 36 insertions(+), 3 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/17729 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I3b9a2cccbfbdca00b099e0f8d5f2d4bcb4d0a8c3 Gerrit-Change-Number: 17729 Gerrit-PatchSet: 9 Gerrit-Owner: Xianqing He <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Kurt Deschler <[email protected]> Gerrit-Reviewer: Qifan Chen <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Xianqing He <[email protected]>
