Tyler Hobbs created CASSANDRA-6638: -------------------------------------- Summary: SSTableScanner can Skip Rows with vnodes Key: CASSANDRA-6638 URL: https://issues.apache.org/jira/browse/CASSANDRA-6638 Project: Cassandra Issue Type: Bug Components: Core Reporter: Tyler Hobbs Assignee: Tyler Hobbs
CASSANDRA-2524 added multiple range support to SSTableScanner, but it looks like there is at least one case where keys can be skipped. This can result in cleanup removing legitimate keys. See the attached patch that adds a unit test to reproduce the case. -- This message was sent by Atlassian JIRA (v6.1.5#6160)