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

Gabriel Reid resolved PHOENIX-2022.
-----------------------------------

Pushed to master and all 4.4 and 4.x branches.

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

Reply via email to