Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 84433 invoked from network); 10 Aug 2006 23:42:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2006 23:42:15 -0000 Received: (qmail 76947 invoked by uid 500); 10 Aug 2006 23:42:15 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 76732 invoked by uid 500); 10 Aug 2006 23:42:14 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 76723 invoked by uid 99); 10 Aug 2006 23:42:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 16:42:14 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 16:42:12 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B8F30714283 for ; Thu, 10 Aug 2006 23:39:14 +0000 (GMT) Message-ID: <24141381.1155253154755.JavaMail.jira@brutus> Date: Thu, 10 Aug 2006 16:39:14 -0700 (PDT) From: "Sunitha Kambhampati (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-1661) Create index on large tables fails with too many open files , FileNotFoundException. In-Reply-To: <29131940.1155227773968.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1661?page=all ] Sunitha Kambhampati resolved DERBY-1661. ---------------------------------------- Resolution: Fixed Derby Info: (was: [Patch Available]) Thanks Mike for the commit. > Create index on large tables fails with too many open files , FileNotFoundException. > ------------------------------------------------------------------------------------ > > Key: DERBY-1661 > URL: http://issues.apache.org/jira/browse/DERBY-1661 > Project: Derby > Issue Type: Bug > Components: Store > Affects Versions: 10.0.2.0, 10.0.2.1, 10.1.1.0, 10.2.0.0, 10.1.2.1, 10.1.3.0, 10.1.3.1 > Reporter: Sunitha Kambhampati > Assigned To: Sunitha Kambhampati > Fix For: 10.2.0.0 > > Attachments: 1661_Notes.txt, 1661_PerfResults.xls, derby1661.diff.txt > > > Create index fails on a table with 18million rows during sort with too many open files error > This error was first seen when running against a tpcc-like test. The test creates the tables, inserts data and then creates the indexes & adds constraints. > Customer table has 18 million rows in this case. The below error is thrown on create index. > > ij> create index customer_last on customer(c_w_id, c_d_id, c_last); > ERROR XSDF1: Exception during creation of file /home/cloudtst/SinglePerf/testruns/scripts/dbtpcc/tmp/T1128794811044.tmp for container > ERROR XJ001: Java exception: '/home/cloudtst/SinglePerf/testruns/scripts/dbtpcc/tmp/T1128794811044.tmp (Too many open files): java.io.FileNotFoundException'. > ij -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira