Hao Hao has posted comments on this change. Change subject: KUDU-1844: /varz should not expose potentially sensitive configs ......................................................................
Patch Set 2: (3 comments) http://gerrit.cloudera.org:8080/#/c/6043/1/src/kudu/server/default-path-handlers.cc File src/kudu/server/default-path-handlers.cc: Line 46: using boost::replace_all; > What this means is that there's no reference to replace_all anywhere in thi Hmm, but I saw a reference of replace_all at line 137? If I remove it, there would be compile error. http://gerrit.cloudera.org:8080/#/c/6043/2/src/kudu/server/webserver-test.cc File src/kudu/server/webserver-test.cc: Line 31: #include <kudu/util/logging.h> > This should be a "project" include (with double quotes) rather than a "syst Done http://gerrit.cloudera.org:8080/#/c/6043/2/src/kudu/util/flags.cc File src/kudu/util/flags.cc: Line 453: // Redact the flags tagged as sensitive, if --redact_sensitive_flags > OK, now that you're doing the same thing in two places (here and Commandlin Done -- To view, visit http://gerrit.cloudera.org:8080/6043 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7661e0409c79559f22b07e7c12737e804544186b Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Hao Hao <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
