You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Andrew Wong (JIRA)" <ji...@apache.org> on 2019/02/04 04:22:00 UTC

[jira] [Resolved] (KUDU-2680) Tombstones should be ignored in kudu fs update_dirs tablet failure check

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

Andrew Wong resolved KUDU-2680.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.0

Fixed as of caf8f7dce0c8d3bfd5761c7d5c59e25e64f9352c.

> Tombstones should be ignored in kudu fs update_dirs tablet failure check
> ------------------------------------------------------------------------
>
>                 Key: KUDU-2680
>                 URL: https://issues.apache.org/jira/browse/KUDU-2680
>             Project: Kudu
>          Issue Type: Bug
>          Components: CLI, fs
>    Affects Versions: 1.9.0
>            Reporter: Adar Dembo
>            Assignee: Andrew Wong
>            Priority: Major
>             Fix For: 1.9.0
>
>
> If you suffer a disk failure, all affected tablets will be tombstoned upon rereplication. However, these tombstones still participate in the pre-flight check done by {{kudu fs update_dirs}}, which means that they'll prevent the removal of the failed disk (unless {{--force}} is used).
> The invariant here is that a tombstoned tablet doesn't have a persistent {{data_dir_group}} in its superblock, so it'll never have a working in-memory data dir group, which means it'll always fail the pre-flight check.



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