[
https://issues.apache.org/jira/browse/PHOENIX-5207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16804611#comment-16804611
]
Hudson commented on PHOENIX-5207:
---------------------------------
ABORTED: Integrated in Jenkins build PreCommit-PHOENIX-Build #2466 (See
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/2466/])
PHOENIX-5207 Create index if not exists fails incorrectly if table has
(tdsilva: rev 81e4a23cf5f7d8c805d22b6662d117240e908526)
* (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)