[
https://issues.apache.org/jira/browse/PHOENIX-4971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16697542#comment-16697542
]
Thomas D'Silva commented on PHOENIX-4971:
-----------------------------------------
[~Jaanai] Thanks for the latest patch. The precommit build ran, I think all of
those tests are flappers. Can you also attach a patch for one of the other
branches for eg. 4.x-HBase-1.3 and also include the branch name in the filename
so that we can get a pre commit run for one of those branches, after that I
will commit the patch.
> Drop index will execute successfully using Incorrect name of parent tables
> --------------------------------------------------------------------------
>
> Key: PHOENIX-4971
> URL: https://issues.apache.org/jira/browse/PHOENIX-4971
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.14.1
> Reporter: Jaanai
> Assignee: Jaanai
> Priority: Major
> Fix For: 4.15.0
>
> Attachments: PHOENIX-4971-master-v2.patch,
> PHOENIX-4971-master-v3.patch, PHOENIX-4971-master-v4.patch,
> PHOENIX-4971-master-v5-it-fixed.patch, PHOENIX-4971-master-v6.patch,
> PHOENIX-4971-master.patch
>
>
> The blew SQL will be executed successfully, the name of data tables is
> incorrectly inputted that the parent table has the same name with index
> tables.
>
> {code:java}
> DROP INDEX INDEX_TABLE_X on INDEX_TABLE_X;
> {code}
> Some regions will not online and some queries will not normally execute after
> executing above SQL. Everything will be ok unless manually delete dirty
> metadata information in SYSTEM.CATALOG table.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)