You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2011/02/18 23:08:38 UTC

[jira] Assigned: (CASSANDRA-2181) sstable2json should return better error message if the usage is wrong

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

Jonathan Ellis reassigned CASSANDRA-2181:
-----------------------------------------

    Assignee: Benjamin Coverston

Options handling in SSTableExport could use an overhaul in general, e.g. it doesn't make sense to accept both a list of keys to include, and a list to exclude in the same job.

> sstable2json should return better error message if the usage is wrong
> ---------------------------------------------------------------------
>
>                 Key: CASSANDRA-2181
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2181
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.7.2
>         Environment: linux
>            Reporter: Shotaro Kamio
>            Assignee: Benjamin Coverston
>            Priority: Minor
>
> These errors are not user friendly.
> (Cassandra 0.7.2)
> $ bin/sstable2json PATH_TO/Order-f-7-Data.db -k aaaaaaa -x 0
>  WARN 21:55:34,383 Schema definitions were defined both locally and in cassandra.yaml. Definitions in cassandra.yaml were ignored.
> {
> "aaaaaaa": {Exception in thread "main" java.lang.NullPointerException
> 	at org.apache.cassandra.db.columniterator.SSTableSliceIterator.hasNext(SSTableSliceIterator.java:108)
> 	at org.apache.cassandra.tools.SSTableExport.serializeRow(SSTableExport.java:178)
> 	at org.apache.cassandra.tools.SSTableExport.export(SSTableExport.java:310)
> 	at org.apache.cassandra.tools.SSTableExport.main(SSTableExport.java:444)
> $ bin/sstable2json PATH_TO/Order-f-7-Data.db -k aaaaaaa 
>  WARN 21:55:49,603 Schema definitions were defined both locally and in cassandra.yaml. Definitions in cassandra.yaml were ignored.
> Exception in thread "main" java.lang.NullPointerException
> 	at org.apache.cassandra.tools.SSTableExport.export(SSTableExport.java:284)
> 	at org.apache.cassandra.tools.SSTableExport.main(SSTableExport.java:444)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira