Details
-
Bug
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
Description
CassandraIO split uses token ranges to split data in the Read part of the IO. When one split ends up using the minimum token in the token ring, then the IO reads all the data in one split, leading to duplication. This is due to behavior of Cassandra: see https://issues.apache.org/jira/browse/CASSANDRA-14684