Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-6428

Fix ALTER for tblproperty num_tablet_replicas

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Impala 2.12.0
    • None
    • Catalog
    • ghx-label-5

    Description

      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)

      Attachments

        Activity

          People

            tadam Adam Tamas
            twmarshall Thomas Tauber-Marshall
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: