Joe McDonnell has posted comments on this change. Change subject: IMPALA-5892: Allow reporting status independent of fragment instance ......................................................................
Patch Set 2: (3 comments) Also rebased all the way. http://gerrit.cloudera.org:8080/#/c/7943/2/be/src/runtime/coordinator-backend-state.cc File be/src/runtime/coordinator-backend-state.cc: Line 221: DCHECK(requests_fragment_detail || omits_fragment_args); > how about just: Done http://gerrit.cloudera.org:8080/#/c/7943/2/be/src/runtime/coordinator.cc File be/src/runtime/coordinator.cc: Line 873: // in that case). Coordinator fragment failed in this case so we log the query_id. > not your change (and doesn't have to be addressed now) but this comment doe I think the first sentence makes some sense. If there is already an error in query_status_, then UpdateStatus() will return that rather than the status passed in. If a fragment hit an error and called CancelInternal(), that would call ReleaseResources(), which closes the coord_sink_. That should cause GetNext() to return an error, but not the original error. The second sentence doesn't match anything that I can see. http://gerrit.cloudera.org:8080/#/c/7943/2/common/thrift/ImpalaInternalService.thrift File common/thrift/ImpalaInternalService.thrift: PS2, Line 613: =cdfklnoru > some random characters snuck in Done -- To view, visit http://gerrit.cloudera.org:8080/7943 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4cd98022f1d62a999c7c80ff5474fa8d069eb12c Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]> Gerrit-HasComments: Yes
