Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/8067 )
Change subject: Add mustache template for /table ...................................................................... Patch Set 9: (1 comment) http://gerrit.cloudera.org:8080/#/c/8067/8/src/kudu/master/master-path-handlers.cc File src/kudu/master/master-path-handlers.cc: http://gerrit.cloudera.org:8080/#/c/8067/8/src/kudu/master/master-path-handlers.cc@240 PS8, Line 240: (*output)["state_msg"] = l.data().pb.state_msg(); > I don't understand. AFAICT state_msg() is never set in the current code. If er, I just mean that the local variable 'state_msg' is already set to l.data().pb.state_msg() so you can just use that local variable name rather than calling l.data().pb.state_msg() again? -- To view, visit http://gerrit.cloudera.org:8080/8067 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I9fe78e0701c1cd965650b101244212b5988f11fb Gerrit-Change-Number: 8067 Gerrit-PatchSet: 9 Gerrit-Owner: Will Berkeley <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]> Gerrit-Comment-Date: Thu, 21 Sep 2017 18:16:39 +0000 Gerrit-HasComments: Yes
