You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/03/08 21:18:10 UTC

[kudu-CR] Include error code in log message when consensus peer gets an error from the remote

Hello Todd Lipcon,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/2487

to review the following change.

Change subject: Include error code in log message when consensus peer gets an error from the remote
......................................................................

Include error code in log message when consensus peer gets an error from the remote

Currently we only log the Status. We should also log the
TabletServerErrorPB::Code.

Change-Id: I4db3ca666aee0202b3e4a024bfbad70f80b144ce
---
M src/kudu/consensus/consensus_peers.cc
1 file changed, 13 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/87/2487/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2487
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4db3ca666aee0202b3e4a024bfbad70f80b144ce
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Mike Percy <mp...@apache.org>
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>