Jean-Daniel Cryans created KUDU-2101:
----------------------------------------
Summary: [ksck] Include a summary at the bottom of the report
Key: KUDU-2101
URL: https://issues.apache.org/jira/browse/KUDU-2101
Project: Kudu
Issue Type: Improvement
Components: ops-tooling
Affects Versions: 1.4.0
Reporter: Jean-Daniel Cryans
Right now the end of ksck's report looks like this:
{noformat}
Table some_table_name has 1 under-replicated tablet(s)
WARNING: 6 out of 15 table(s) are not in a healthy state
{noformat}
So we have one summary line for each table as they are printed out and then at
the end we say how many tables are bad. We could rework the last line like a
table with information like this:
||Table name||Status||
|some_other_table_name|HEALTHY|
|some_table_name|1 under-replicated tablet|
Maybe we could also give the detail of how many tablets are good, how many are
missing some replicas, and how many lost a majority of their tablets.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)