You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Nick Bailey (JIRA)" <ji...@apache.org> on 2012/10/16 23:01:03 UTC

[jira] [Comment Edited] (CASSANDRA-4818) Update sstableloader for 1.1.x

    [ https://issues.apache.org/jira/browse/CASSANDRA-4818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477340#comment-13477340 ] 

Nick Bailey edited comment on CASSANDRA-4818 at 10/16/12 8:59 PM:
------------------------------------------------------------------

The sstable file names there don't appear to be valid. Shouldn't they be 

{noformat}
<keyspace>-<cf>-....db
{noformat}

rather than just

{noformat}
<cf>-....db
{noformat}
                
      was (Author: nickmbailey):
    The sstable file names there don't appear to be valid. Shouldn't they be '<keyspace>-<cf>-....db' rather than just '<cf>-....db'.
                  
> Update sstableloader for 1.1.x
> ------------------------------
>
>                 Key: CASSANDRA-4818
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4818
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: Joaquin Casares
>              Labels: datastax_qa
>
> This was done on Cassandra 1.1.5:
> {CODE}
> $ ls -1 Keyspace1/Keyspace1/Standard1/
> Standard1-51-Data.db
> Standard1-51-Index.db
> Standard1-hc-51-Data.db
> Standard1-hc-51-Index.db
> Standard1-tmp-hc-46-Data.db
> Standard1-tmp-hc-46-Index.db
> $ ~/repos/cassandra/bin/sstableloader -d localhost Keyspace1/Keyspace1/Standard1/
>  WARN 15:41:56,023 Invalid file 'Standard1-51-Data.db' in data directory Keyspace1/Keyspace1/Standard1.
>  WARN 15:41:56,024 Invalid file 'Standard1-51-Index.db' in data directory Keyspace1/Keyspace1/Standard1.
> Skipping file Standard1-hc-51-Data.db: column family Keyspace1.hc doesn't exist
> Skipping file Standard1-tmp-hc-46-Data.db: column family Keyspace1.tmp doesn't exist
> No sstables to stream
> progress: [total: 100 - 0MB/s (avg: 0MB/s)]
> {CODE}

--
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