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 2019/02/08 17:50:00 UTC

[jira] [Resolved] (KUDU-2676) Restore: Support creating tables with greater than the maximum allowed number of partitions

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

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

Resolved via [ce60d64|https://github.com/apache/kudu/commit/ce60d6408f5ac0dd4f9f53ce2ab9a9ce76aad211].

> Restore: Support creating tables with greater than the maximum allowed number of partitions
> -------------------------------------------------------------------------------------------
>
>                 Key: KUDU-2676
>                 URL: https://issues.apache.org/jira/browse/KUDU-2676
>             Project: Kudu
>          Issue Type: Bug
>    Affects Versions: 1.8.0
>            Reporter: Grant Henke
>            Assignee: Will Berkeley
>            Priority: Major
>              Labels: backup
>             Fix For: 1.10.0
>
>
> Currently it is possible to backup a table that has more partitions than are allowed at create time. 
> This results in the restore job failing with the following exception:
> {noformat}
> 19/01/24 08:17:14 INFO backup.KuduRestore$: Restoring from path: hdfs:///user/ghenke/kudu-backup-tests/20190124-080741
> Exception in thread "main" org.apache.kudu.client.NonRecoverableException: the requested number of tablet replicas is over the maximum permitted at creation time (
> 450), additional tablets may be added by adding range partitions to the table post-creation
>         at org.apache.kudu.client.KuduException.transformException(KuduException.java:110)
>         at org.apache.kudu.client.KuduClient.joinAndHandleException(KuduClient.java:365)
>         at org.apache.kudu.client.KuduClient.createTable(KuduClient.java:109)
> {noformat}



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