You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Hadoop QA (Jira)" <ji...@apache.org> on 2020/03/23 16:37:00 UTC

[jira] [Commented] (PHOENIX-5794) Create a threshold for non async index creation, that can be modified in configs

    [ https://issues.apache.org/jira/browse/PHOENIX-5794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17064931#comment-17064931 ] 

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/12997444/PHOENIX-5794.master.v1.patch
  against master branch at commit 264715133cdb8085b48a79eddfe3d27736614715.
  ATTACHMENT ID: 12997444

    {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:red}-1 release audit{color}.  The applied patch generated 1 release audit warnings (more than the master's current 0 warnings).

    {color:red}-1 lineLengths{color}.  The patch introduces the following lines longer than 100:
    +                                + "phoenix.index.async.threshold, only async index creation is allowed. "
+                                new GuidePostsKey(Bytes.toBytes(tableRef.getTable().toString()), Bytes.toBytes(colFamily)),

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: https://builds.apache.org/job/PreCommit-PHOENIX-Build/3629//testReport/
Release audit warnings: https://builds.apache.org/job/PreCommit-PHOENIX-Build/3629//artifact/patchprocess/patchReleaseAuditWarnings.txt
Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/3629//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.master.v1.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)