You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Grant Henke (Jira)" <ji...@apache.org> on 2020/06/01 14:27:00 UTC

[jira] [Updated] (KUDU-1172) Enable deleting tablets before or while they bootstrap

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

Grant Henke updated KUDU-1172:
------------------------------
    Labels: supportability  (was: )

> Enable deleting tablets before or while they bootstrap
> ------------------------------------------------------
>
>                 Key: KUDU-1172
>                 URL: https://issues.apache.org/jira/browse/KUDU-1172
>             Project: Kudu
>          Issue Type: Improvement
>          Components: tserver
>    Affects Versions: Feature Complete
>            Reporter: Jean-Daniel Cryans
>            Priority: Minor
>              Labels: supportability
>
> An issue we faced recently on the YCSB cluster is that some disks got full and there was no easy way to bring the tservers back. We had a lot of old tables we could have deleted but in order to do that the tablets must first go through bootstrapping... which is impossible on a full disk.
> Ideas (Todd's mostly):
> - Add a configurable delay (default:0s) when a tserver starts before it bootstraps, this way it could get DeleteTablet calls from the master.
> - Make it possible to delete tablets while they are in queue to bootstrap.
> - Make it possible to delete bootstrapping tablets.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)