Kurt Deschler has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17985
Change subject: IMPALA-10995: Allow remote submit time to be in the past ...................................................................... IMPALA-10995: Allow remote submit time to be in the past This patch adds a new interface to RuntimeProfile::EventSequence that does not DCHECK timestamps in the past like Start() does. This new interface is used to initialize the query profile timeline for external frontends. Also made a small change to avoid copying TExecuteStatementReq in ImpalaServer::TExecuteStatementReqToTQueryContext. Tested using external frontend. It is not practical to automate the scenario that caused the DCHECK to fire. Change-Id: If452d5ea48030c134ae4654e58b157f4fd24df04 --- M be/src/service/client-request-state.cc M be/src/service/impala-hs2-server.cc M be/src/service/impala-server.h M be/src/util/runtime-profile-counters.h 4 files changed, 10 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/85/17985/1 -- To view, visit http://gerrit.cloudera.org:8080/17985 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If452d5ea48030c134ae4654e58b157f4fd24df04 Gerrit-Change-Number: 17985 Gerrit-PatchSet: 1 Gerrit-Owner: Kurt Deschler <[email protected]>
