Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6637F99FA for ; Thu, 13 Oct 2011 17:35:35 +0000 (UTC) Received: (qmail 74678 invoked by uid 500); 13 Oct 2011 17:35:35 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 74649 invoked by uid 500); 13 Oct 2011 17:35:35 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 74640 invoked by uid 99); 13 Oct 2011 17:35:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2011 17:35:35 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2011 17:35:32 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D89793068EC for ; Thu, 13 Oct 2011 17:35:11 +0000 (UTC) Date: Thu, 13 Oct 2011 17:35:11 +0000 (UTC) From: "Jonathan Ellis (Resolved) (JIRA)" To: commits@cassandra.apache.org Message-ID: <171900402.10026.1318527311888.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <195364036.9284.1318516691833.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (CASSANDRA-3358) 2GB row size limit in ColumnIndex offset calculation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ 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