[jira] [Updated] (PHOENIX-4600) Add retry logic for partial index rebuilder writes

2018-04-20 Thread Vincent Poon (JIRA)

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

Vincent Poon updated PHOENIX-4600:
--
Attachment: PHOENIX-4600.v1.5.x-HBase-2.0.patch

> Add retry logic for partial index rebuilder writes
> --
>
> Key: PHOENIX-4600
> URL: https://issues.apache.org/jira/browse/PHOENIX-4600
> Project: Phoenix
>  Issue Type: Bug
>Reporter: James Taylor
>Assignee: Vincent Poon
>Priority: Blocker
> Fix For: 4.14.0
>
> Attachments: PHOENIX-4600.v1.0.98.patch, 
> PHOENIX-4600.v1.5.x-HBase-2.0.patch, PHOENIX-4600.v1.master.patch
>
>
> A little bit of follow up work is necessary as part of PHOENIX-4130. It looks 
> like the partial index rebuilder writes 
> (UngroupedAggregateRegionObserver.rebuildIndices()) do not have the new retry 
> logic that's necessary. It's somewhat unfortunate that the logic isn't shared 
> between the commits that happen in the loop of 
> UngroupedAggregateRegionObserver.doPostScannerOpen() and rebuildIndices() as 
> it'd be almost identical (except we know that all writes will be local 
> writes).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4600) Add retry logic for partial index rebuilder writes

2018-04-19 Thread Vincent Poon (JIRA)

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

Vincent Poon updated PHOENIX-4600:
--
Fix Version/s: 4.14.0

> Add retry logic for partial index rebuilder writes
> --
>
> Key: PHOENIX-4600
> URL: https://issues.apache.org/jira/browse/PHOENIX-4600
> Project: Phoenix
>  Issue Type: Bug
>Reporter: James Taylor
>Assignee: Vincent Poon
>Priority: Blocker
> Fix For: 4.14.0
>
> Attachments: PHOENIX-4600.v1.0.98.patch, PHOENIX-4600.v1.master.patch
>
>
> A little bit of follow up work is necessary as part of PHOENIX-4130. It looks 
> like the partial index rebuilder writes 
> (UngroupedAggregateRegionObserver.rebuildIndices()) do not have the new retry 
> logic that's necessary. It's somewhat unfortunate that the logic isn't shared 
> between the commits that happen in the loop of 
> UngroupedAggregateRegionObserver.doPostScannerOpen() and rebuildIndices() as 
> it'd be almost identical (except we know that all writes will be local 
> writes).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4600) Add retry logic for partial index rebuilder writes

2018-04-19 Thread Vincent Poon (JIRA)

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

Vincent Poon updated PHOENIX-4600:
--
Attachment: PHOENIX-4600.v1.0.98.patch

> Add retry logic for partial index rebuilder writes
> --
>
> Key: PHOENIX-4600
> URL: https://issues.apache.org/jira/browse/PHOENIX-4600
> Project: Phoenix
>  Issue Type: Bug
>Reporter: James Taylor
>Assignee: Vincent Poon
>Priority: Blocker
> Attachments: PHOENIX-4600.v1.0.98.patch, PHOENIX-4600.v1.master.patch
>
>
> A little bit of follow up work is necessary as part of PHOENIX-4130. It looks 
> like the partial index rebuilder writes 
> (UngroupedAggregateRegionObserver.rebuildIndices()) do not have the new retry 
> logic that's necessary. It's somewhat unfortunate that the logic isn't shared 
> between the commits that happen in the loop of 
> UngroupedAggregateRegionObserver.doPostScannerOpen() and rebuildIndices() as 
> it'd be almost identical (except we know that all writes will be local 
> writes).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4600) Add retry logic for partial index rebuilder writes

2018-04-19 Thread Vincent Poon (JIRA)

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

Vincent Poon updated PHOENIX-4600:
--
Attachment: PHOENIX-4600.v1.master.patch

> Add retry logic for partial index rebuilder writes
> --
>
> Key: PHOENIX-4600
> URL: https://issues.apache.org/jira/browse/PHOENIX-4600
> Project: Phoenix
>  Issue Type: Bug
>Reporter: James Taylor
>Assignee: Vincent Poon
>Priority: Blocker
> Attachments: PHOENIX-4600.v1.master.patch
>
>
> A little bit of follow up work is necessary as part of PHOENIX-4130. It looks 
> like the partial index rebuilder writes 
> (UngroupedAggregateRegionObserver.rebuildIndices()) do not have the new retry 
> logic that's necessary. It's somewhat unfortunate that the logic isn't shared 
> between the commits that happen in the loop of 
> UngroupedAggregateRegionObserver.doPostScannerOpen() and rebuildIndices() as 
> it'd be almost identical (except we know that all writes will be local 
> writes).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4600) Add retry logic for partial index rebuilder writes

2018-02-15 Thread James Taylor (JIRA)

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

James Taylor updated PHOENIX-4600:
--
Priority: Blocker  (was: Major)

> Add retry logic for partial index rebuilder writes
> --
>
> Key: PHOENIX-4600
> URL: https://issues.apache.org/jira/browse/PHOENIX-4600
> Project: Phoenix
>  Issue Type: Bug
>Reporter: James Taylor
>Priority: Blocker
>
> A little bit of follow up work is necessary as part of PHOENIX-4130. It looks 
> like the partial index rebuilder writes 
> (UngroupedAggregateRegionObserver.rebuildIndices()) do not have the new retry 
> logic that's necessary. It's somewhat unfortunate that the logic isn't shared 
> between the commits that happen in the loop of 
> UngroupedAggregateRegionObserver.doPostScannerOpen() and rebuildIndices() as 
> it'd be almost identical (except we know that all writes will be local 
> writes).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)