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/03/10 22:34:59 UTC

[jira] Created: (CASSANDRA-2312) Stress.java columns are bigger than advertised

Stress.java columns are bigger than advertised 
-----------------------------------------------

                 Key: CASSANDRA-2312
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2312
             Project: Cassandra
          Issue Type: Bug
          Components: Contrib, Tools
    Affects Versions: 0.7.0
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis
            Priority: Minor
             Fix For: 0.7.4


Converting from bytes to hex makes the columns 4x larger than they should be.  (2x for conversion to hex, then another 2x for converting to UTF-16 which is the default String encoding.)


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

[jira] Updated: (CASSANDRA-2312) Stress.java columns are bigger than advertised

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

Jonathan Ellis updated CASSANDRA-2312:
--------------------------------------

    Remaining Estimate: 1h
     Original Estimate: 1h

> Stress.java columns are bigger than advertised 
> -----------------------------------------------
>
>                 Key: CASSANDRA-2312
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2312
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib, Tools
>    Affects Versions: 0.7.0
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.7.4
>
>         Attachments: 2312.txt
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Converting from bytes to hex makes the columns 4x larger than they should be.  (2x for conversion to hex, then another 2x for converting to UTF-16 which is the default String encoding.)

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

[jira] Commented: (CASSANDRA-2312) Stress.java columns are bigger than advertised

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

Hudson commented on CASSANDRA-2312:
-----------------------------------

Integrated in Cassandra-0.7 #375 (See [https://hudson.apache.org/hudson/job/Cassandra-0.7/375/])
    fix stress.java column sizes
patch by jbellis; reviewed by Pavel Yaskevich for CASSANDRA-2312


> Stress.java columns are bigger than advertised 
> -----------------------------------------------
>
>                 Key: CASSANDRA-2312
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2312
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib, Tools
>    Affects Versions: 0.7.0
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.7.4
>
>         Attachments: 2312.txt
>
>
> Converting from bytes to hex makes the columns 4x larger than they should be.  (2x for conversion to hex, then another 2x for converting to UTF-16 which is the default String encoding.)

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

[jira] Commented: (CASSANDRA-2312) Stress.java columns are bigger than advertised

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

Pavel Yaskevich commented on CASSANDRA-2312:
--------------------------------------------

+1

> Stress.java columns are bigger than advertised 
> -----------------------------------------------
>
>                 Key: CASSANDRA-2312
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2312
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib, Tools
>    Affects Versions: 0.7.0
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.7.4
>
>         Attachments: 2312.txt
>
>
> Converting from bytes to hex makes the columns 4x larger than they should be.  (2x for conversion to hex, then another 2x for converting to UTF-16 which is the default String encoding.)

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

[jira] Updated: (CASSANDRA-2312) Stress.java columns are bigger than advertised

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

Jonathan Ellis updated CASSANDRA-2312:
--------------------------------------

    Attachment: 2312.txt

Patch to leave column values as raw bytes. Also adds comparator metadata for column names.

> Stress.java columns are bigger than advertised 
> -----------------------------------------------
>
>                 Key: CASSANDRA-2312
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2312
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib, Tools
>    Affects Versions: 0.7.0
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.7.4
>
>         Attachments: 2312.txt
>
>
> Converting from bytes to hex makes the columns 4x larger than they should be.  (2x for conversion to hex, then another 2x for converting to UTF-16 which is the default String encoding.)

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