You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Siddhi Mehta (Jira)" <ji...@apache.org> on 2020/02/19 00:14:00 UTC

[jira] [Created] (PHOENIX-5738) Local index DDL failure leaves behind mutations

Siddhi Mehta created PHOENIX-5738:
-------------------------------------

             Summary: Local index DDL failure leaves behind mutations
                 Key: PHOENIX-5738
                 URL: https://issues.apache.org/jira/browse/PHOENIX-5738
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 4.15.0
            Reporter: Siddhi Mehta


Steps to reproduce:
 # create table example (id integer not null,fn varchar,\"ln\" varchar constraint pk primary key(id)) DEFAULT_COLUMN_FAMILY='F')

 # create local index my_idx on example (fn) DEFAULT_COLUMN_FAMILY='F'

 # 

When we execute the index creation it will fail due to 'Default column family not allowed on VIEW or shared INDEX.'

If you do a conn.commit() and look the mutations on the connection you will see mutation left behind



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