Wenzhe Zhou has uploaded this change for review. (
http://gerrit.cloudera.org:8080/16192
Change subject: IMPALA-6788: Abort ExecFInstance() RPC loop early after query
failure
......................................................................
IMPALA-6788: Abort ExecFInstance() RPC loop early after query failure
Stops issuing ExecQueryFInstance rpcs and cancels any inflight when
backend reports failure.
Adds new debug action CONSTRUCT_QUERY_STATE_REPORT that runs when
constructing a query state report.
Adds a new test case for handling errors reported from query state.
Testing:
- Ran following command for new test case and verified that the code
working as expected:
./bin/impala-py.test tests/custom_cluster/test_rpc_exception.py\
::TestRPCException::test_state_report_error \
--workload_exploration_strategy=functional-query:exhaustive
- Passed core tests.
Change-Id: I034788f7720fc97c25c54f006ff72dce6cb199c3
---
M be/src/runtime/coordinator.cc
M be/src/runtime/query-state.cc
M tests/custom_cluster/test_rpc_exception.py
3 files changed, 38 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/92/16192/2
--
To view, visit http://gerrit.cloudera.org:8080/16192
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I034788f7720fc97c25c54f006ff72dce6cb199c3
Gerrit-Change-Number: 16192
Gerrit-PatchSet: 2
Gerrit-Owner: Wenzhe Zhou <[email protected]>
Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]>