You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2016/07/22 22:06:20 UTC

[jira] [Resolved] (KUDU-1516) ksck should check for more raft-related status issues

     [ https://issues.apache.org/jira/browse/KUDU-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Daniel Cryans resolved KUDU-1516.
--------------------------------------
       Resolution: Fixed
         Assignee: Todd Lipcon  (was: Will Berkeley)
    Fix Version/s: 0.10.0

Pushed in 513d6e9f5d42242edb3c3f40f0c5c968873160ea, assigning to Todd since he finished the work started by Will.

> ksck should check for more raft-related status issues
> -----------------------------------------------------
>
>                 Key: KUDU-1516
>                 URL: https://issues.apache.org/jira/browse/KUDU-1516
>             Project: Kudu
>          Issue Type: Improvement
>          Components: consensus, ksck, supportability
>    Affects Versions: 0.9.1
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Critical
>             Fix For: 0.10.0
>
>
> We currently have a test cluster where one or more tablets have gotten under-replicated (1 replica remaining out of 3) and weren't able to re-replicate in time. 'ksck' still reports that the table is healthy though, and just reports two down tablet servers. It seems there is a lot of room for improvement:
> - for each tablet, check that at least a majority of its replicas are on live tablet servers, and those tablet servers consider the replica to be in RUNNING state
> - some basic tablet "health checks" like asking followers if they have recently successfully heard from leader?
> - perhaps a canary request pushed to each tablet? (eg an empty write or no_op)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)