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

Yuki Morishita updated CASSANDRA-4957:
--------------------------------------

    Attachment: 4957.txt

Trivial patch to add Stats.db (if available) when opening SSTable to verify 
partitioner.
                
> When bulk loading, validate SSTable's partitioner as much as possible
> ---------------------------------------------------------------------
>
>                 Key: CASSANDRA-4957
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4957
>             Project: Cassandra
>          Issue Type: Improvement
>    Affects Versions: 1.1.0
>            Reporter: Yuki Morishita
>            Assignee: Yuki Morishita
>            Priority: Minor
>         Attachments: 4957.txt
>
>
> When using BulkLoader/BulkOutputFormat, sstable's partitioner is not checked 
> even if you have Stats.db on same directory. BulkLoader tries to stream wrong 
> partitioned SSTables, and produces IO error. (I found this when I used 
> Murmur3partitioner for BOF while cluster was setup for RandomPartitioner. see 
> CASSANDRA-4813.)
> It will be nice to validate partitioner when Stats.db is present to avoid 
> causing streaming error.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to