Dan Burkert has submitted this change and it was merged. Change subject: KUDU-1812: redact HexDump output ......................................................................
KUDU-1812: redact HexDump output After auditing calls to HexDump across the (non-test) Kudu codebase, it was found that all calls would require manual redaction. Instead of requiring callers to manually redact, it's easier to do it centrally. Change-Id: I8388b19801382c491c9bcd9a485b1978ec0f007e Reviewed-on: http://gerrit.cloudera.org:8080/5567 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: Adar Dembo <[email protected]> --- M src/kudu/util/hexdump.cc M src/kudu/util/hexdump.h 2 files changed, 12 insertions(+), 5 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Alexey Serbin: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/5567 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8388b19801382c491c9bcd9a485b1978ec0f007e Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
