Hello Will Berkeley, Tidy Bot, Kudu Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/10054 to look at the new patch set (#2). Change subject: [tools] minor enhancements on 'kudu cluster ksck' output ...................................................................... [tools] minor enhancements on 'kudu cluster ksck' output Added information on table replication factor into the summary by table output. Also, added information on the total count of tables, tablets and replicas. A snippet from sample output: Summary by table Name | RF | Status | Total Tablets | Healthy | Recovering | Under-replicated | Unavailable ------+----+---------+---------------+---------+------------+------------------+------------- giga | 3 | HEALTHY | 8 | 8 | 0 | 0 | 0 mega | 1 | HEALTHY | 8 | 8 | 0 | 0 | 0 Total: tables 2 tablets 16 replicas 32 OK Change-Id: I0888ef640b215e1e0cf1f872f02cfe34f4ef5ba6 --- M src/kudu/tools/ksck.cc M src/kudu/tools/ksck.h 2 files changed, 15 insertions(+), 15 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/54/10054/2 -- To view, visit http://gerrit.cloudera.org:8080/10054 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I0888ef640b215e1e0cf1f872f02cfe34f4ef5ba6 Gerrit-Change-Number: 10054 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <aser...@cloudera.com> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Will Berkeley <wdberke...@gmail.com>