[
https://issues.apache.org/jira/browse/PHOENIX-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rajeshbabu Chintaguntla updated PHOENIX-2022:
---------------------------------------------
Fix Version/s: 4.4.1
> BaseRegionScanner.next should be abstract
> -----------------------------------------
>
> Key: PHOENIX-2022
> URL: https://issues.apache.org/jira/browse/PHOENIX-2022
> Project: Phoenix
> Issue Type: Bug
> Reporter: Gabriel Reid
> Assignee: Gabriel Reid
> Fix For: 4.5.0, 4.4.1
>
> Attachments: PHOENIX-2022.patch
>
>
> As pointed out by Yuhao Bi on a [dev list mail|http://s.apache.org/y6b],
> BaseRegionScanner implements next as a recursive call to itself.
> All current subclasses of BaseRegionScanner implement next, but as soon as
> there is an implementation that doesn't do this, it will end up with a stack
> overflow.
> Easy fix is to make this method abstract instead of having a default
> recursive implementation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)