You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Thomas D'Silva (JIRA)" <ji...@apache.org> on 2018/10/30 23:15:00 UTC

[jira] [Comment Edited] (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:comment-tabpanel&focusedCommentId=16669421#comment-16669421 ] 

Thomas D'Silva edited comment on PHOENIX-4971 at 10/30/18 11:14 PM:
--------------------------------------------------------------------

[~Jaanai] This patch is causing some test failures
see IndexMetadataIT etc
https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/244/#showFailuresLink
Can you please fix the test failures? 
I think SystemCatalogCreationOnConnection is failing because of a different issue PHOENIX-4764.

FYI [~gjacoby]


was (Author: tdsilva):
[~Jaanai] This patch is causing some test failures


> 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
>            Reporter: Jaanai
>            Assignee: Jaanai
>            Priority: Major
>             Fix For: 4.15.0, 5.1.0
>
>         Attachments: PHOENIX-4971-master-v2.patch, PHOENIX-4971-master-v3.patch, PHOENIX-4971-master-v4.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)