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 (Created) (JIRA)" <ji...@apache.org> on 2011/11/03 20:17:32 UTC

[jira] [Created] (CASSANDRA-3451) estimated row sizes regression

estimated row sizes regression
------------------------------

                 Key: CASSANDRA-3451
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3451
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0.0
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis
             Fix For: 1.0.2


CASSANDRA-2753 broke the histogram collection; it got the histogram for column count (which can go up to 2B) switched with the one for row size in bytes (which goes up to ~1.5PB).  So any row over 2GB, will break things.

--
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-3451) estimated row sizes regression

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

Jonathan Ellis updated CASSANDRA-3451:
--------------------------------------

    Attachment: 3451.txt
    
> estimated row sizes regression
> ------------------------------
>
>                 Key: CASSANDRA-3451
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3451
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 1.0.2
>
>         Attachments: 3451.txt
>
>
> CASSANDRA-2753 broke the histogram collection; it got the histogram for column count (which can go up to 2B) switched with the one for row size in bytes (which goes up to ~1.5PB).  So any row over 2GB, will break things.

--
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-3451) estimated row sizes regression

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

Jonathan Ellis updated CASSANDRA-3451:
--------------------------------------

    Attachment: 3451.txt

patch fixes the regression and also does a minor rename for clarity on the methods involved.
                
> estimated row sizes regression
> ------------------------------
>
>                 Key: CASSANDRA-3451
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3451
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 1.0.2
>
>         Attachments: 3451.txt
>
>
> CASSANDRA-2753 broke the histogram collection; it got the histogram for column count (which can go up to 2B) switched with the one for row size in bytes (which goes up to ~1.5PB).  So any row over 2GB, will break things.

--
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] [Issue Comment Edited] (CASSANDRA-3451) estimated row sizes regression

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

Charles edited comment on CASSANDRA-3451 at 11/4/11 7:01 AM:
-------------------------------------------------------------

"which can go up to 2B" should be 2GB?
                
      was (Author: springrider):
    which can go up to 2B,   should 2GB?
                  
> estimated row sizes regression
> ------------------------------
>
>                 Key: CASSANDRA-3451
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3451
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 1.0.2
>
>         Attachments: 3451.txt
>
>
> CASSANDRA-2753 broke the histogram collection; it got the histogram for column count (which can go up to 2B) switched with the one for row size in bytes (which goes up to ~1.5PB).  So any row over 2GB, will break things.

--
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-3451) estimated row sizes regression

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

Charles commented on CASSANDRA-3451:
------------------------------------

which can go up to 2B,   should 2GB?
                
> estimated row sizes regression
> ------------------------------
>
>                 Key: CASSANDRA-3451
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3451
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 1.0.2
>
>         Attachments: 3451.txt
>
>
> CASSANDRA-2753 broke the histogram collection; it got the histogram for column count (which can go up to 2B) switched with the one for row size in bytes (which goes up to ~1.5PB).  So any row over 2GB, will break things.

--
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-3451) estimated row sizes regression

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

Jonathan Ellis updated CASSANDRA-3451:
--------------------------------------

    Attachment:     (was: 3451.txt)
    
> estimated row sizes regression
> ------------------------------
>
>                 Key: CASSANDRA-3451
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3451
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 1.0.2
>
>         Attachments: 3451.txt
>
>
> CASSANDRA-2753 broke the histogram collection; it got the histogram for column count (which can go up to 2B) switched with the one for row size in bytes (which goes up to ~1.5PB).  So any row over 2GB, will break things.

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