[ 
https://issues.apache.org/jira/browse/PHOENIX-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14567531#comment-14567531
 ] 

Hudson commented on PHOENIX-2022:
---------------------------------

SUCCESS: Integrated in Phoenix-master #773 (See 
[https://builds.apache.org/job/Phoenix-master/773/])
PHOENIX-2022 Make BaseRegionScanner.next abstract (gabrielr: rev 
583b5b1e115a81799cc3e6d0a20a0fe665f666e3)
* 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/BaseRegionScanner.java


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