[
https://issues.apache.org/jira/browse/PHOENIX-6342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273111#comment-17273111
]
Istvan Toth commented on PHOENIX-6342:
--------------------------------------
Yes, I think that this should be included in 4.16 [~ckulkarni].
I'm not really clear on the 4.16 branch policy, so I just pinged [~yanxinyi],
and left the fix version on 4.17, so that he can backport and update the fix
version if he chooses to.
I don't think that it's a good idea to update the fix version before the
backport is committed, as that would make filtering the differences from JIRA
impossible.
> RoundRobinResultIterator doesn't close itself when result size = fetchsize-1
> ----------------------------------------------------------------------------
>
> Key: PHOENIX-6342
> URL: https://issues.apache.org/jira/browse/PHOENIX-6342
> Project: Phoenix
> Issue Type: Sub-task
> Components: core
> Affects Versions: 4.15.0, 5.1.0
> Reporter: Istvan Toth
> Assignee: Istvan Toth
> Priority: Blocker
> Fix For: 5.1.0, 4.17.0
>
>
> RoundRobinResultIterator is mising a close() method call when the last record
> read causes the final increment to numScannersCacheExhausted.
> Most of the time this isn't fatal, as the next next() call will close the
> scanners, and call close(), but in some hard to reproduce cases, the
> iterators will reset, and keep sending their results again and again in an
> infinite loop.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)