Joe McDonnell has posted comments on this change. Change subject: IMPALA-5892: Allow reporting status independent of fragment instance ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/7943/1/be/src/runtime/coordinator.h File be/src/runtime/coordinator.h: PS1, Line 375: Status UpdateStatus(const Status& status, const TUniqueId& failed_fragment, : const std::string& instance_hostname, : bool has_failed_instance = true) WARN_UNUSED_RESULT; Might be cleaner to add two functions UpdateFragmentStatus(status, failed_fragment, instance_hostname) and UpdateGeneralStatus(status, instance_hostname). -- 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: 1 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-HasComments: Yes
