You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Abhishek (Jira)" <ji...@apache.org> on 2021/10/07 16:28:00 UTC

[jira] [Commented] (IMPALA-6428) Fix ALTER for tblproperty num_tablet_replicas

    [ https://issues.apache.org/jira/browse/IMPALA-6428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17425679#comment-17425679 ] 

Abhishek commented on IMPALA-6428:
----------------------------------

Now that Kudu allows changing replication factor of the tables, it is possible to affect the replication factor of the tables on Kudu side by changing the property 'kudu.num_tablet_replicas' on impala side.

https://issues.apache.org/jira/browse/KUDU-3304 ([https://gerrit.cloudera.org/#/c/17674/)|https://gerrit.cloudera.org/#/c/17674/]

> Fix ALTER for tblproperty num_tablet_replicas
> ---------------------------------------------
>
>                 Key: IMPALA-6428
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6428
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Catalog
>    Affects Versions: Impala 2.12.0
>            Reporter: Thomas Tauber-Marshall
>            Assignee: Adam Tamas
>            Priority: Major
>              Labels: kudu, newbie, ramp-up
>
> For Kudu tables created through Impala, we store a tblproperty called 'kudu.num_tablet_replicas', indicating the replication factor for the table.
> If this value is set in a create table, it is passed to Kudu and actually applied to the table. However, altering this property is allowed but has no effect on the underlying table, which could be confusing.
> We should either disallow altering the property, or we should pass the new value down to Kudu (if Kudu allows changing the replication factor after table creation)



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org