[
https://issues.apache.org/jira/browse/PHOENIX-5738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17039579#comment-17039579
]
Siddhi Mehta commented on PHOENIX-5738:
---------------------------------------
FYI [~ckulkarni] [~abhishek.chouhan] Came across this while working on
PHOENIX-5673
> 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
> Priority: Minor
>
> 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)