You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Tyler Hobbs (JIRA)" <ji...@apache.org> on 2011/02/10 05:47:57 UTC

[jira] Created: (CASSANDRA-2150) sstablekeys silently ignores extra arguments

sstablekeys silently ignores extra arguments
--------------------------------------------

                 Key: CASSANDRA-2150
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2150
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
    Affects Versions: 0.7.0
            Reporter: Tyler Hobbs
            Assignee: Tyler Hobbs
            Priority: Trivial


sstablekeys only passes arg $1 to SSTableExporter instead of passing all arguments, like sstable2json.  Only one SSTable is allowed as an argument, but this is normally detected in SSTableExporter.java.  By only passing the one argument, we end up silently ignoring the remaining arguments.

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

        

[jira] Updated: (CASSANDRA-2150) sstablekeys silently ignores extra arguments

Posted by "Tyler Hobbs (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tyler Hobbs updated CASSANDRA-2150:
-----------------------------------

    Attachment: 2150.txt

Attached patch passes all args.

> sstablekeys silently ignores extra arguments
> --------------------------------------------
>
>                 Key: CASSANDRA-2150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2150
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.7.0
>            Reporter: Tyler Hobbs
>            Assignee: Tyler Hobbs
>            Priority: Trivial
>         Attachments: 2150.txt
>
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> sstablekeys only passes arg $1 to SSTableExporter instead of passing all arguments, like sstable2json.  Only one SSTable is allowed as an argument, but this is normally detected in SSTableExporter.java.  By only passing the one argument, we end up silently ignoring the remaining arguments.

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

        

[jira] Commented: (CASSANDRA-2150) sstablekeys silently ignores extra arguments

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992870#comment-12992870 ] 

Jonathan Ellis commented on CASSANDRA-2150:
-------------------------------------------

committed

> sstablekeys silently ignores extra arguments
> --------------------------------------------
>
>                 Key: CASSANDRA-2150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2150
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.7.0
>            Reporter: Tyler Hobbs
>            Assignee: Tyler Hobbs
>            Priority: Trivial
>             Fix For: 0.7.1
>
>         Attachments: 2150.txt
>
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> sstablekeys only passes arg $1 to SSTableExporter instead of passing all arguments, like sstable2json.  Only one SSTable is allowed as an argument, but this is normally detected in SSTableExporter.java.  By only passing the one argument, we end up silently ignoring the remaining arguments.

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

        

[jira] Commented: (CASSANDRA-2150) sstablekeys silently ignores extra arguments

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992884#comment-12992884 ] 

Hudson commented on CASSANDRA-2150:
-----------------------------------

Integrated in Cassandra-0.7 #274 (See [https://hudson.apache.org/hudson/job/Cassandra-0.7/274/])
    forward all arguments to sstablekeys
patch by thobbs; reviewed by jbellis for CASSANDRA-2150


> sstablekeys silently ignores extra arguments
> --------------------------------------------
>
>                 Key: CASSANDRA-2150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2150
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.7.0
>            Reporter: Tyler Hobbs
>            Assignee: Tyler Hobbs
>            Priority: Trivial
>             Fix For: 0.7.1
>
>         Attachments: 2150.txt
>
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> sstablekeys only passes arg $1 to SSTableExporter instead of passing all arguments, like sstable2json.  Only one SSTable is allowed as an argument, but this is normally detected in SSTableExporter.java.  By only passing the one argument, we end up silently ignoring the remaining arguments.

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