Riza Suminto has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22360
Change subject: IMPALA-13678: Validate remote_submit_time against coordinator time ...................................................................... IMPALA-13678: Validate remote_submit_time against coordinator time Impala with External frontend hit a DCHECK in RuntimeProfile::EventSequence::Start(int64_t start_time_ns) because frontend report remote_submit_time that is more than 3ns ahead of Coordinator time. This can happen if there is a clock skew between Frontend node and Impala Coordinator node. This patch fix the issue by taking the min between given remote_submit_time vs Coordinator's MonotonicStopWatch::Now(). Change-Id: If6e04219c515fddff07bfbee43bb93babb3d307b --- M be/src/service/client-request-state.cc 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/60/22360/1 -- To view, visit http://gerrit.cloudera.org:8080/22360 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If6e04219c515fddff07bfbee43bb93babb3d307b Gerrit-Change-Number: 22360 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <[email protected]>
