Marcel Kornacker has posted comments on this change. Change subject: IMPALA-4014: Introduce query-wide execution state. ......................................................................
Patch Set 11: (2 comments) As discussed in person earlier, we decided the best way forward would be to split this into header changes + implementation (the header changes will allow Lars to start working on the per-query rpc independently). We also decided to introduce parallel headers to the existing ones (so we'll have FragmentInstanceState and FragmentExecState). http://gerrit.cloudera.org:8080/#/c/3817/11/be/src/runtime/fragment-instance-exec-state.h File be/src/runtime/fragment-instance-exec-state.h: Line 18: #ifndef IMPALA_SERVICE_FRAGMENT_EXEC_STATE_H rename to fragment-instance-state.{cc,h} http://gerrit.cloudera.org:8080/#/c/3817/11/be/src/runtime/query-exec-state.h File be/src/runtime/query-exec-state.h: Line 18: #ifndef IMPALA_RUNTIME_QUERY_EXEC_STATE_H rename to query-state.{cc,h} -- To view, visit http://gerrit.cloudera.org:8080/3817 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I892091d6401acb2ea91ccb1623af54c6f9635e6c Gerrit-PatchSet: 11 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Sailesh Mukil <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Marcel Kornacker <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Sailesh Mukil <[email protected]> Gerrit-HasComments: Yes
