Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/10054
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, 14 insertions(+), 14 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/54/10054/1 -- 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: newchange Gerrit-Change-Id: I0888ef640b215e1e0cf1f872f02cfe34f4ef5ba6 Gerrit-Change-Number: 10054 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <aser...@cloudera.com>