[ 
https://issues.apache.org/jira/browse/CASSANDRA-3996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitry Petrashko updated CASSANDRA-3996:
----------------------------------------

    Attachment: KeysSearcher_fix_and_refactor.patch

This patch also refactors keysSearcher for more generic way. It creates method 
nextIndexKey for generic index searchers that is suitable for indexes that 
return results from multiple indexCfs rows.

Created in Wikimart.ru
                
> Keys index skips results
> ------------------------
>
>                 Key: CASSANDRA-3996
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3996
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Dmitry Petrashko
>         Attachments: KeysSearcher_fix_and_refactor.patch
>
>
> While scanning results page if range index meets result already seen in 
> previous result set it decreases columnsRead that causes next iteration to 
> treat columsRead<rowsPerQuery as if last page was not full and scan is done.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to