[
https://issues.apache.org/jira/browse/PHOENIX-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278498#comment-17278498
]
Kadir OZDEMIR commented on PHOENIX-6356:
----------------------------------------
[~stoty][~tkhurana], Thank you for catching this and finding the root cause!
> missing row.clear() for dummy row in GlobalIndexRegionScanner
> -------------------------------------------------------------
>
> Key: PHOENIX-6356
> URL: https://issues.apache.org/jira/browse/PHOENIX-6356
> Project: Phoenix
> Issue Type: Bug
> Components: core
> Affects Versions: 4.x
> Reporter: Istvan Toth
> Priority: Major
>
> While porting PHOENIX-6182 to master, I run into a problem in
> GlobalIndexRegionScanner where the returned dummy row is passed to the
> next(row) call.
> I have added the missing clear statement to the master patch, which fixed the
> test case.
> This doesn't seem to affect the test on 4.x, but breaks it on master.
> At least this fix should be backported to 4.x.
> Someone with a better understanding of the paging code should probably check
> if similar issues are present at other places.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)