[
https://issues.apache.org/jira/browse/PHOENIX-5794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17076774#comment-17076774
]
Hudson commented on PHOENIX-5794:
---------------------------------
FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #3725 (See
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/3725/])
PHOENIX-5794 Create a threshold for non async index creation, that can
(rajeshbabu: rev b3497876a404828c6486ffc1e2e1957a007abeb6)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/query/QueryServices.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) pom.xml
* (add)
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexAsyncThresholdIT.java
> Create a threshold for non async index creation, that can be modified in
> configs
> --------------------------------------------------------------------------------
>
> Key: PHOENIX-5794
> URL: https://issues.apache.org/jira/browse/PHOENIX-5794
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Richard Antal
> Assignee: Richard Antal
> Priority: Major
> Attachments: PHOENIX-5794.master.v1.patch,
> PHOENIX-5794.master.v10.patch, PHOENIX-5794.master.v2.patch,
> PHOENIX-5794.master.v3.patch, PHOENIX-5794.master.v4.patch,
> PHOENIX-5794.master.v5.patch, PHOENIX-5794.master.v6.patch,
> PHOENIX-5794.master.v7.patch, PHOENIX-5794.master.v8.patch,
> PHOENIX-5794.master.v9.patch
>
>
> Issue:
> When user try to create an index on a huge phoenix table the region servers
> crashed which led to multiple regions going in RIT state.
>
> Solution:
> If the expected byte read size is higher than the limit we raise an exception
> to notify the user that the index should be created asynchronously.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)