Hello Dan Burkert, Adar Dembo,

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

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

to review the following change.

Change subject: KUDU-1812. tool_main should set redaction flag default before 
parsing flags
......................................................................

KUDU-1812. tool_main should set redaction flag default before parsing flags

tool_main sets the default for redaction to be disabled, since we are
typically not logging the results, and thus want to see everything
unredacted. However, in some cases we may want users to send us a WAL
dump, and they may be unhappy sending unredacted data. The WAL dump is
still useful for debugging consensus issues, etc.

This patch allows the user to specify "--log_redact_user_data" in the
tool command line in order to selectively enable redaction.

Change-Id: If780448ca7e163d039ac79b78756280c74754016
---
M src/kudu/tools/tool_main.cc
1 file changed, 2 insertions(+), 2 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If780448ca7e163d039ac79b78756280c74754016
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <t...@apache.org>
Gerrit-Reviewer: Adar Dembo <a...@cloudera.com>
Gerrit-Reviewer: Dan Burkert <danburk...@apache.org>

Reply via email to