[
https://issues.apache.org/jira/browse/PHOENIX-5794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17077098#comment-17077098
]
Hadoop QA commented on PHOENIX-5794:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12999214/PHOENIX-5794.4.x.v1.patch
against 4.x branch at commit e10642686314804030ffa4c151155f5483e97db4.
ATTACHMENT ID: 12999214
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 lineLengths{color}. The patch does not introduce lines
longer than 100
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DropTableWithViewsIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpgradeIT
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3728//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3728//console
This message is automatically generated.
> 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.4.x-HBase-1.3.v1.patch,
> PHOENIX-5794.4.x-HBase-1.5.v1.patch, PHOENIX-5794.4.x.v1.patch,
> 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)