Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10348 )
Change subject: IMPALA-6993: Don't log stack trace in Coordinator::BackendState::Exec() ...................................................................... IMPALA-6993: Don't log stack trace in Coordinator::BackendState::Exec() We should use Status::Expected() here, just like it's used above. The stack trace isn't interesting and the error is expected once we get down this path. (I'm not sure why we don't just use exec_status though, but presumably the prefix was added for a reason). Change-Id: I9cd015ce0a5af51de73d591f07c01a80cda942e0 Reviewed-on: http://gerrit.cloudera.org:8080/10348 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/runtime/coordinator-backend-state.cc 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Tim Armstrong: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/10348 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I9cd015ce0a5af51de73d591f07c01a80cda942e0 Gerrit-Change-Number: 10348 Gerrit-PatchSet: 2 Gerrit-Owner: Dan Hecht <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
