Dan Hecht has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/6375

Change subject: IMPALA-4631: avoid DCHECK in PlanFragementExecutor::Close().
......................................................................

IMPALA-4631: avoid DCHECK in PlanFragementExecutor::Close().

Occasionally, we see other_time == total_time+1 for some reason
we don't yet understand. We've only seen this on EC2 and with
CLOCK_MONOTONICs_COARSE, so it could be that clock occasionally
goes backwards. The intent of the DCHECK is to verify that
we didn't miss accounting entire intervals of time, so let's
losen it slightly to avoid this "false" positive.

Change-Id: Ia9883fdb1be6a4301864da85da56ec96f4dafbe7
---
M be/src/runtime/plan-fragment-executor.cc
1 file changed, 3 insertions(+), 1 deletion(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia9883fdb1be6a4301864da85da56ec96f4dafbe7
Gerrit-PatchSet: 1
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: Dan Hecht <[email protected]>

Reply via email to