[
https://issues.apache.org/jira/browse/CASSANDRA-7570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14069460#comment-14069460
]
Alex Liu commented on CASSANDRA-7570:
-------------------------------------
It can be fixed at CPRR by changing > to >= (< to <=), then filter the first
row if it's equal to the last row fetched.
Since we have new CRR, we should depreciate CPRR. Should we fix this issue or
just warn user that compact table is broken, should use the new CRR instead.
> CqlPagingRecordReader is broken
> -------------------------------
>
> Key: CASSANDRA-7570
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7570
> Project: Cassandra
> Issue Type: Bug
> Components: Hadoop
> Reporter: Brandon Williams
> Assignee: Alex Liu
> Fix For: 2.0.10
>
>
> As mentioned on CASSANDRA-7059, it broke CPRR. It's not quite as simple as
> changing the greater than to a greater than equal, either, since that makes
> the task run forever.
--
This message was sent by Atlassian JIRA
(v6.2#6252)