Todd Lipcon has submitted this change and it was merged. Change subject: catalog manager: cleanup status messages ......................................................................
catalog manager: cleanup status messages We were using the protobuf 'DebugString' method to fill out status messages. DebugString adds newlines to the output, which isn't necessary for these short statuses. Switching to 'ShortDebugString' removes the newlines. Change-Id: I09e728e4f1e012ebd468d2244d18b31f1fb7c16b Reviewed-on: http://gerrit.cloudera.org:8080/3858 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M src/kudu/master/catalog_manager.cc 1 file changed, 7 insertions(+), 7 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/3858 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I09e728e4f1e012ebd468d2244d18b31f1fb7c16b Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
