Fengling Wang has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/10535


Change subject: Fix ksck checksum_scan printing
......................................................................

Fix ksck checksum_scan printing

I removed the checksum summary line so that the checksum_scan output
is completely JSON-parsable.

Example command:
kudu cluster ksck --checksum_scan --checksum_snapshot=false --ksck_format=
json_compact localhost:7052,localhost:7051,localhost:7053

Before:
Checksum finished in 0s: 0/8 replicas remaining (0B from disk, 2.00k rows
summed)
{"master_summaries"..}

After:
{"master_summaries"..}

Change-Id: I25fe6d0f14d1713b848d0a79f4d92b056924a5a5
---
M src/kudu/tools/ksck.cc
1 file changed, 0 insertions(+), 7 deletions(-)



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

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I25fe6d0f14d1713b848d0a79f4d92b056924a5a5
Gerrit-Change-Number: 10535
Gerrit-PatchSet: 1
Gerrit-Owner: Fengling Wang <[email protected]>

Reply via email to