[
https://issues.apache.org/jira/browse/PHOENIX-4971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16699623#comment-16699623
]
Hudson commented on PHOENIX-4971:
---------------------------------
FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #2169 (See
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/2169/])
PHOENIX-4971 Drop index will execute successfully using Incorrect name
(tdsilva: rev 12c8f1b1f67e56cd4f3f2a0dde9035a5b72b9de9)
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/DropMetadataIT.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/exception/SQLExceptionCode.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexMetadataIT.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewIT.java
> 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, 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
(v7.6.3#76005)