Gabriel Reid created PHOENIX-2022:
-------------------------------------

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


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