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/03 03:11:00 UTC

[jira] [Resolved] (KUDU-2534) Backup/Restore: Tablet hard limit hit when restoring tables

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

Grant Henke resolved KUDU-2534.
-------------------------------
    Fix Version/s: 1.10.0
       Resolution: Fixed

This was resolved by creating the table and adding the partitions 1 range partition at at time. 

> Backup/Restore: Tablet hard limit hit when restoring tables
> -----------------------------------------------------------
>
>                 Key: KUDU-2534
>                 URL: https://issues.apache.org/jira/browse/KUDU-2534
>             Project: Kudu
>          Issue Type: Bug
>            Reporter: Tony Foerster
>            Priority: Major
>             Fix For: 1.10.0
>
>
> It's possible to have tables with greater than the hard limit 300 tablets by adding range partitions after creation, but the restore of these tables fails:
>  
> {quote}Exception in thread "main" org.apache.kudu.client.NonRecoverableException: The requested number of tablets is over the maximum permitted at creation time (300). Additional tablets may be added by adding range partitions to the table post-creation.
> {quote}



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