Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.0
Description
Right now the end of ksck's report looks like this:
Table some_table_name has 1 under-replicated tablet(s) WARNING: 6 out of 15 table(s) are not in a healthy state
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.