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

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

Richard Antal created PHOENIX-5794:
--------------------------------------

             Summary: 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


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)