Quanlong Huang has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/16351


Change subject: IMPALA-10065: Fix DCHECK when retrying a query in FINISHED state
......................................................................

IMPALA-10065: Fix DCHECK when retrying a query in FINISHED state

A query will come into the FINISHED state when some rows are available,
even when some fragment instances are still executing. When a retryable
query comes into the FINISHED state and the client hasn't fetched any
results, we are still able to retry it for any retryable failures. This
patch fixes a DCHECK when retrying a FINISHED state query.

Tests:
 - Add a test in test_query_retries.py for retrying a query in FINISHED
   state.

Change-Id: I11d82bf80640760a47325833463def8a3791bdda
---
M be/src/runtime/query-driver.cc
M tests/custom_cluster/test_query_retries.py
2 files changed, 28 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/51/16351/1
--
To view, visit http://gerrit.cloudera.org:8080/16351
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I11d82bf80640760a47325833463def8a3791bdda
Gerrit-Change-Number: 16351
Gerrit-PatchSet: 1
Gerrit-Owner: Quanlong Huang <[email protected]>

Reply via email to