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.8.7, 0.7.9, 1.0.0
            Reporter: Thomas Richter


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