You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2018/01/24 17:35:00 UTC

[jira] [Commented] (KUDU-2271) ksck: verbose mode does not list tablet ids

    [ https://issues.apache.org/jira/browse/KUDU-2271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337942#comment-16337942 ] 

Todd Lipcon commented on KUDU-2271:
-----------------------------------

It also doesn't have clear separation between the info for each tablet. The '0 replicas' active configs differ from the master's" is confusing to me as well. Perhaps in this case it would be better to say "This tablet is healthy." or something?

One more note: not sure if it's specific to verbose mode, but it's odd to see no current term or config index in the 'master' line. The master should have some info there, right?

> ksck: verbose mode does not list tablet ids
> -------------------------------------------
>
>                 Key: KUDU-2271
>                 URL: https://issues.apache.org/jira/browse/KUDU-2271
>             Project: Kudu
>          Issue Type: Improvement
>          Components: ops-tooling
>    Affects Versions: 1.6.0
>            Reporter: Mike Percy
>            Priority: Major
>
> {{When running ksck in --verbose mode, the tablet ids are not listed. The output looks like:}}
> {{W0123 20:00:02.239537 7242 client-internal.cc:733] Specified master server address 'localhost' resolved to multiple IPs. Using 127.0.0.1:7051}}
> {{Connected to the Master}}
> {{Fetched info from all 9 Tablet Servers}}
> {{ 23d473f441674d43807fd9e631862bfd (vd0240.example.com:7050): RUNNING}}
> {{ 2fb5cdac22b0418bb2df456906e42eb4 (vd0238.example.com:7050): RUNNING [LEADER]}}
> {{ a662440710624c02bd5612df32cb0235 (vd0234.example.com:7050): RUNNING}}
> {{0 replicas' active configs differ from the master's.}}
> {{All the peers reported by the master and tablet servers are:}}
> {{ A = 23d473f441674d43807fd9e631862bfd}}
> {{ B = 2fb5cdac22b0418bb2df456906e42eb4}}
> {{ C = a662440710624c02bd5612df32cb0235}}{{The consensus matrix is:}}
> {{ Config source | Replicas | Current term | Config index | Committed?}}
> {{---------------+--------------+--------------+--------------+------------}}
> {{ master | A B* C | | | Yes}}
> {{ A | A B* C | 1094 | 1303 | Yes}}
> {{ B | A B* C | 1094 | 1303 | Yes}}
> {{ C | A B* C | 1094 | 1303 | Yes}}
> {{ 2fb5cdac22b0418bb2df456906e42eb4 (vd0238.example.com:7050): RUNNING}}
> {{ 72fcec63e96f4248ae39d114eb3cd7c9 (vd0340.example.com:7050): RUNNING}}
> {{ c9633273962a4521a32d5e177a118a84 (vd0334.example.com:7050): RUNNING [LEADER]}}
> {{0 replicas' active configs differ from the master's.}}
> {{ All the peers reported by the master and tablet servers are:}}
> {{ A = 2fb5cdac22b0418bb2df456906e42eb4}}
> {{ B = 72fcec63e96f4248ae39d114eb3cd7c9}}
> {{ C = c9633273962a4521a32d5e177a118a84}}
> ...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)