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)