Xianqing He has uploaded a new patch set (#3). ( 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 --- M be/src/runtime/query-driver.cc M tests/custom_cluster/test_query_retries.py 2 files changed, 36 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/29/17729/3 -- 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: newpatchset Gerrit-Change-Id: I3b9a2cccbfbdca00b099e0f8d5f2d4bcb4d0a8c3 Gerrit-Change-Number: 17729 Gerrit-PatchSet: 3 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]>
