You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Radim Kolar (Created) (JIRA)" <ji...@apache.org> on 2011/10/28 15:14:32 UTC

[jira] [Created] (CASSANDRA-3415) show schema fails

show schema fails
-----------------

                 Key: CASSANDRA-3415
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3415
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
    Affects Versions: 0.8.7
         Environment: freebsd
            Reporter: Radim Kolar
            Priority: Minor


following command breaks "show schema" cli command with error "A long is exactly 8 bytes: 5"

create column family resultcache with column_type = 'Super' and comparator = 'LongType' and  key_validation_class = 'UTF8Type' and subcomparator = 'AsciiType' and replicate_on_write = false and rows_cached = 700 and keys_cached = 30000 and key_cache_save_period = 0 and column_metadata = [ {column_name: id, validation_class: LongType}, {column_name: name, validation_class: 'AsciiType'}, {column_name: crc32, validation_class: LongType}, {column_name: size, validation_class: LongType} ];

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3415) show schema fails

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

Jonathan Ellis commented on CASSANDRA-3415:
-------------------------------------------

please test 1.0.1 artifacts: http://people.apache.org/~slebresne/
                
> show schema fails
> -----------------
>
>                 Key: CASSANDRA-3415
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3415
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.8.7
>         Environment: freebsd
>            Reporter: Radim Kolar
>            Priority: Minor
>
> following command breaks "show schema" cli command with error "A long is exactly 8 bytes: 5"
> create column family resultcache with column_type = 'Super' and comparator = 'LongType' and  key_validation_class = 'UTF8Type' and subcomparator = 'AsciiType' and replicate_on_write = false and rows_cached = 700 and keys_cached = 30000 and key_cache_save_period = 0 and column_metadata = [ {column_name: id, validation_class: LongType}, {column_name: name, validation_class: 'AsciiType'}, {column_name: crc32, validation_class: LongType}, {column_name: size, validation_class: LongType} ];

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3415) show schema fails

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

Radim Kolar commented on CASSANDRA-3415:
----------------------------------------

This is fixed in 0.8 and 1.0 branches. Close ticket
                
> show schema fails
> -----------------
>
>                 Key: CASSANDRA-3415
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3415
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.8.4
>         Environment: freebsd
>            Reporter: Radim Kolar
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 1.0.7
>
>
> following command breaks "show schema" cli command with error "A long is exactly 8 bytes: 5"
> create column family resultcache with column_type = 'Super' and comparator = 'LongType' and  key_validation_class = 'UTF8Type' and subcomparator = 'AsciiType' and replicate_on_write = false and rows_cached = 700 and keys_cached = 30000 and key_cache_save_period = 0 and column_metadata = [ {column_name: id, validation_class: LongType}, {column_name: name, validation_class: 'AsciiType'}, {column_name: crc32, validation_class: LongType}, {column_name: size, validation_class: LongType} ];

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3415) show schema fails

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

Jonathan Ellis commented on CASSANDRA-3415:
-------------------------------------------

(note that the problem is only with the cli, the schema itself is fine.)
                
> show schema fails
> -----------------
>
>                 Key: CASSANDRA-3415
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3415
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.8.4
>         Environment: freebsd
>            Reporter: Radim Kolar
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.8.8, 1.0.2
>
>
> following command breaks "show schema" cli command with error "A long is exactly 8 bytes: 5"
> create column family resultcache with column_type = 'Super' and comparator = 'LongType' and  key_validation_class = 'UTF8Type' and subcomparator = 'AsciiType' and replicate_on_write = false and rows_cached = 700 and keys_cached = 30000 and key_cache_save_period = 0 and column_metadata = [ {column_name: id, validation_class: LongType}, {column_name: name, validation_class: 'AsciiType'}, {column_name: crc32, validation_class: LongType}, {column_name: size, validation_class: LongType} ];

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3415) show schema fails

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

Radim Kolar commented on CASSANDRA-3415:
----------------------------------------

bug in 1.0.1 too
                
> show schema fails
> -----------------
>
>                 Key: CASSANDRA-3415
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3415
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.8.7
>         Environment: freebsd
>            Reporter: Radim Kolar
>            Priority: Minor
>
> following command breaks "show schema" cli command with error "A long is exactly 8 bytes: 5"
> create column family resultcache with column_type = 'Super' and comparator = 'LongType' and  key_validation_class = 'UTF8Type' and subcomparator = 'AsciiType' and replicate_on_write = false and rows_cached = 700 and keys_cached = 30000 and key_cache_save_period = 0 and column_metadata = [ {column_name: id, validation_class: LongType}, {column_name: name, validation_class: 'AsciiType'}, {column_name: crc32, validation_class: LongType}, {column_name: size, validation_class: LongType} ];

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3415) show schema fails

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

Radim Kolar commented on CASSANDRA-3415:
----------------------------------------

1.0.0 has same bug
                
> show schema fails
> -----------------
>
>                 Key: CASSANDRA-3415
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3415
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.8.7
>         Environment: freebsd
>            Reporter: Radim Kolar
>            Priority: Minor
>
> following command breaks "show schema" cli command with error "A long is exactly 8 bytes: 5"
> create column family resultcache with column_type = 'Super' and comparator = 'LongType' and  key_validation_class = 'UTF8Type' and subcomparator = 'AsciiType' and replicate_on_write = false and rows_cached = 700 and keys_cached = 30000 and key_cache_save_period = 0 and column_metadata = [ {column_name: id, validation_class: LongType}, {column_name: name, validation_class: 'AsciiType'}, {column_name: crc32, validation_class: LongType}, {column_name: size, validation_class: LongType} ];

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3415) show schema fails

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

Hudson commented on CASSANDRA-3415:
-----------------------------------

Integrated in Cassandra-0.8 #392 (See [https://builds.apache.org/job/Cassandra-0.8/392/])
    fix displaying cfdef entries for super columnfamilies
patch by jbellis for CASSANDRA-3415

jbellis : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1196956
Files : 
* /cassandra/branches/cassandra-0.8/CHANGES.txt
* /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/cli/CliClient.java

                
> show schema fails
> -----------------
>
>                 Key: CASSANDRA-3415
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3415
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.8.4
>         Environment: freebsd
>            Reporter: Radim Kolar
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.8.8, 1.0.2
>
>
> following command breaks "show schema" cli command with error "A long is exactly 8 bytes: 5"
> create column family resultcache with column_type = 'Super' and comparator = 'LongType' and  key_validation_class = 'UTF8Type' and subcomparator = 'AsciiType' and replicate_on_write = false and rows_cached = 700 and keys_cached = 30000 and key_cache_save_period = 0 and column_metadata = [ {column_name: id, validation_class: LongType}, {column_name: name, validation_class: 'AsciiType'}, {column_name: crc32, validation_class: LongType}, {column_name: size, validation_class: LongType} ];

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CASSANDRA-3415) show schema fails

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

Brandon Williams resolved CASSANDRA-3415.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.8.10
    
> show schema fails
> -----------------
>
>                 Key: CASSANDRA-3415
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3415
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.8.4
>         Environment: freebsd
>            Reporter: Radim Kolar
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.8.10, 1.0.7
>
>
> following command breaks "show schema" cli command with error "A long is exactly 8 bytes: 5"
> create column family resultcache with column_type = 'Super' and comparator = 'LongType' and  key_validation_class = 'UTF8Type' and subcomparator = 'AsciiType' and replicate_on_write = false and rows_cached = 700 and keys_cached = 30000 and key_cache_save_period = 0 and column_metadata = [ {column_name: id, validation_class: LongType}, {column_name: name, validation_class: 'AsciiType'}, {column_name: crc32, validation_class: LongType}, {column_name: size, validation_class: LongType} ];

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3415) show schema fails

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

Jonathan Ellis updated CASSANDRA-3415:
--------------------------------------

    Affects Version/s:     (was: 0.8.7)
                       0.8.4
        Fix Version/s: 1.0.2
                       0.8.8
             Assignee: Jonathan Ellis

fixed in r1196956.  Thanks for the reproducible test case!
                
> show schema fails
> -----------------
>
>                 Key: CASSANDRA-3415
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3415
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.8.4
>         Environment: freebsd
>            Reporter: Radim Kolar
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.8.8, 1.0.2
>
>
> following command breaks "show schema" cli command with error "A long is exactly 8 bytes: 5"
> create column family resultcache with column_type = 'Super' and comparator = 'LongType' and  key_validation_class = 'UTF8Type' and subcomparator = 'AsciiType' and replicate_on_write = false and rows_cached = 700 and keys_cached = 30000 and key_cache_save_period = 0 and column_metadata = [ {column_name: id, validation_class: LongType}, {column_name: name, validation_class: 'AsciiType'}, {column_name: crc32, validation_class: LongType}, {column_name: size, validation_class: LongType} ];

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira