John Sherman has uploaded a new change for review. http://gerrit.cloudera.org:8080/7075
Change subject: IMPALA-5432: Remove invalid DCHECK from SetMemLimitExceeded ...................................................................... IMPALA-5432: Remove invalid DCHECK from SetMemLimitExceeded - SetMemLimitExeeded conditionally sets query_status to MEM_LIMIT_EXCEEDED if the current query_status is Ok. - The DCHECK in SetMemLimitExceed unconditionally checked if the query_status is set to MEM_LIMIT_EXCEEDED. - It is possible that the query_status was set by some previous error that isn't a MEM_LIMIT_EXCEEDED error. Change-Id: I1c03048ad15739baf7e68ca8d50930f3c45e71c5 --- M be/src/runtime/runtime-state.cc 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/75/7075/1 -- To view, visit http://gerrit.cloudera.org:8080/7075 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1c03048ad15739baf7e68ca8d50930f3c45e71c5 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: John Sherman <[email protected]>
