[
https://issues.apache.org/jira/browse/PHOENIX-5207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16804603#comment-16804603
]
Hudson commented on PHOENIX-5207:
---------------------------------
ABORTED: Integrated in Jenkins build Phoenix-4.x-HBase-1.4 #109 (See
[https://builds.apache.org/job/Phoenix-4.x-HBase-1.4/109/])
PHOENIX-5207 Create index if not exists fails incorrectly if table has
(tdsilva: rev a0abdd889c15ba4f595d7f874146177ec06e0261)
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/BaseIndexIT.java
> Create index if not exists fails incorrectly if table has
> 'maxIndexesPerTable' indexes already
> -----------------------------------------------------------------------------------------------
>
> Key: PHOENIX-5207
> URL: https://issues.apache.org/jira/browse/PHOENIX-5207
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.14.1
> Reporter: Abhishek Singh Chouhan
> Assignee: Abhishek Singh Chouhan
> Priority: Major
> Fix For: 4.15.0, 5.1.0, 4.14.2
>
> Attachments: PHOENIX-5207-4.14-HBase-1.4.patch,
> PHOENIX-5207-master.patch
>
>
> If a table has 'maxIndexesPerTable' indexes and we try to create another one
> and if it already exists we should not throw 'ERROR 1047 (43A04): Too many
> indexes have already been created' since weve put 'if not exists' already in
> the statement.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)