Tim Armstrong has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/10491


Change subject: IMPALA-7055: fix race with DML errors
......................................................................

IMPALA-7055: fix race with DML errors

Error statuses could be lost because backend_exec_complete_barrier_
went to 0 before the query was transitioned to an error state.

Updating backend_exec_complete_barrier_ isn't actually necessary
when handling error - UpdateExecState() already signals the barrier
when transitioning to an ERROR/CANCELLED terminal state.

Change-Id: Idafd0b342e77a065be7cc28fa8c8a9df445622c2
---
M be/src/runtime/coordinator.cc
M be/src/runtime/coordinator.h
2 files changed, 15 insertions(+), 8 deletions(-)



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idafd0b342e77a065be7cc28fa8c8a9df445622c2
Gerrit-Change-Number: 10491
Gerrit-PatchSet: 1
Gerrit-Owner: Tim Armstrong <tarmstr...@cloudera.com>

Reply via email to