[
https://issues.apache.org/jira/browse/PHOENIX-2832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Taylor updated PHOENIX-2832:
----------------------------------
Assignee: (was: James Taylor)
> Ensure split handled correctly during aggregation over row key
> --------------------------------------------------------------
>
> Key: PHOENIX-2832
> URL: https://issues.apache.org/jira/browse/PHOENIX-2832
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
>
> Related to PHOENIX-2628, but specifically for an "ordered" aggregation (i.e.
> an aggregation over leading row key columns). We should be able to this by
> catching the StaleRegionBoundaryCacheException in
> GroupedAggregatingResultIterator (or in potentially a new class once
> PHOENIX-2818 is implemented) and then starting the scan from the current key
> returned. This will work because a row would not yet have been returned to
> the client and we'd just re-calculate the state for the current row being
> aggregated and move on from there.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)