You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Chinmay Kulkarni (Jira)" <ji...@apache.org> on 2019/12/21 00:58:04 UTC

[jira] [Closed] (PHOENIX-4971) Drop index will execute successfully using Incorrect name of parent tables

     [ https://issues.apache.org/jira/browse/PHOENIX-4971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chinmay Kulkarni closed PHOENIX-4971.
-------------------------------------

Bulk closing Jiras for the 4.15.0 release.

> 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 Zhang
>            Assignee: Jaanai Zhang
>            Priority: Major
>             Fix For: 4.15.0, 5.1.0
>
>         Attachments: PHOENIX-4971-4.x-HBase-1.4-v6.patch, PHOENIX-4971-4.x-HBase-1.4-v7.patch, 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
(v8.3.4#803005)