Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 39157 invoked from network); 6 Jan 2010 05:04:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Jan 2010 05:04:16 -0000 Received: (qmail 13174 invoked by uid 500); 6 Jan 2010 05:04:15 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 13164 invoked by uid 500); 6 Jan 2010 05:04:15 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 13154 invoked by uid 99); 6 Jan 2010 05:04:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jan 2010 05:04:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jan 2010 05:04:14 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 801AD234C052 for ; Tue, 5 Jan 2010 21:03:54 -0800 (PST) Message-ID: <1826302632.60761262754234523.JavaMail.jira@brutus.apache.org> Date: Wed, 6 Jan 2010 05:03:54 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Commented: (CASSANDRA-669) Handle mmapping index files greater than 2GB In-Reply-To: <1331728184.45751262707135771.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796989#action_12796989 ] Jonathan Ellis commented on CASSANDRA-669: ------------------------------------------ fix the -- in the xml in 02, and change BUFFER_SIZE to long in 03 as well to force the promotion of the position parameter. > Handle mmapping index files greater than 2GB > -------------------------------------------- > > Key: CASSANDRA-669 > URL: https://issues.apache.org/jira/browse/CASSANDRA-669 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 0.9 > Reporter: Jonathan Ellis > Assignee: Jonathan Ellis > Fix For: 0.9 > > Attachments: 0001-store-data-information-for-any-index-entries-spanning-.txt, 0002-add-support-for-multiple-mmapped-index-segments-and-ad.txt, 0003-use-long-for-mmap-segment-position-instead-of-int-whic.txt > > > "Who would ever have an index file larger than 2GB?" I thought. Turns out it's not that hard with narrow rows... :) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.