You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/01/27 07:08:00 UTC

[jira] [Commented] (PHOENIX-6342) RoundRobinResultIterator doesn't close itself when result size = fetchsize-1

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

ASF GitHub Bot commented on PHOENIX-6342:
-----------------------------------------

stoty opened a new pull request #1114:
URL: https://github.com/apache/phoenix/pull/1114


   …t size = fetchsize-1


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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