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

Jonathan Ellis resolved CASSANDRA-3358.
---------------------------------------

    Resolution: Fixed
      Reviewer: jbellis
      Assignee: Thomas Richter

committed the proposed fix, thanks!
                
> 2GB row size limit in ColumnIndex offset calculation
> ----------------------------------------------------
>
>                 Key: CASSANDRA-3358
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3358
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.0
>            Reporter: Thomas Richter
>            Assignee: Thomas Richter
>             Fix For: 0.7.10, 0.8.8, 1.0.1
>
>
> Index offset is calculated using int instead of long resulting in overflow at 
> 2GB row size. As a result affected columns can not be retrieved. 
> Fix: use long instead of int

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

        

Reply via email to