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

2020-04-07 Thread Richard Antal (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-5794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Antal updated PHOENIX-5794:
---
Attachment: PHOENIX-5794.4.x.v1.patch

> 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)


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

2020-04-07 Thread Richard Antal (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-5794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Antal updated PHOENIX-5794:
---
Comment: was deleted

(was: There are the new patch files.
Please apply the HBase 1.5 to the HBase 1.4 as well.)

> 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.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)


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

2020-04-07 Thread Richard Antal (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-5794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Antal updated PHOENIX-5794:
---
Attachment: PHOENIX-5794.4.x-HBase-1.5.v1.patch
PHOENIX-5794.4.x-HBase-1.3.v1.patch

> 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.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)


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

2020-04-06 Thread Richard Antal (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-5794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Antal updated PHOENIX-5794:
---
Attachment: PHOENIX-5794.master.v10.patch

> 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)


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

2020-04-03 Thread Richard Antal (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-5794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Antal updated PHOENIX-5794:
---
Attachment: PHOENIX-5794.master.v9.patch

> 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.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)


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

2020-04-02 Thread Richard Antal (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-5794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Antal updated PHOENIX-5794:
---
Attachment: PHOENIX-5794.master.v8.patch

> 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.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
>
>
> 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)


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

2020-03-24 Thread Richard Antal (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-5794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Antal updated PHOENIX-5794:
---
Attachment: PHOENIX-5794.master.v4.patch

> 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.v2.patch, PHOENIX-5794.master.v3.patch, 
> PHOENIX-5794.master.v4.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)


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

2020-03-24 Thread Richard Antal (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-5794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Antal updated PHOENIX-5794:
---
Attachment: PHOENIX-5794.master.v2.patch

> 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.v2.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)