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

Blake Eggleston updated CASSANDRA-21470:
----------------------------------------
          Fix Version/s: NA
          Since Version: NA
    Source Control Link: 
https://github.com/apache/cassandra/commit/8fda60880b4f1e1329c8cb0999c049dd2e9cea43
             Resolution: Fixed
                 Status: Resolved  (was: Ready to Commit)

committed, thanks [~alanwang599]!

> CEP 45 - Bulk import can create a stream with no SSTables
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-21470
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-21470
>             Project: Apache Cassandra
>          Issue Type: Bug
>          Components: Consistency/Coordination
>            Reporter: Alan Wang
>            Assignee: Alan Wang
>            Priority: Normal
>             Fix For: NA
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> To determine which SSTables to stream for bulk import, we filter based off of 
> the interval tree we construct with shard ranges. However, it is possible 
> that there are false positives. An example would be with a shard range of 
> [3,8] and a SSTable containing two elements 1 and 9 with a range of [1,9]. In 
> this case, when we compute the SSTable sections, we end up not streaming any 
> SSTables. This causes exceptions to be thrown in the bulk import path. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to