Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 56191 invoked from network); 25 Mar 2009 16:46:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Mar 2009 16:46:31 -0000 Received: (qmail 28397 invoked by uid 500); 25 Mar 2009 16:46:31 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 28318 invoked by uid 500); 25 Mar 2009 16:46:30 -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 28310 invoked by uid 99); 25 Mar 2009 16:46:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Mar 2009 16:46:30 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [66.196.96.92] (HELO smtp119.sbc.mail.re3.yahoo.com) (66.196.96.92) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 25 Mar 2009 16:46:23 +0000 Received: (qmail 86986 invoked from network); 25 Mar 2009 16:46:01 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=b723XMHpPIHh93FPoCANGNkF1Nk7hQfT0Ejr3tpQQQyJyM1IG5y9Csu0cJ09IZ34n6UDlv1d5GGgqCMt9Iccf3e6ozobXt91oMiBKU5UhJenVjdLddQFhODN4YO2NkBW/W9w2jsJ6DtHBSVQm9IEZfz/BvJDkQ5MfAeYqdZjfN0= ; Received: from unknown (HELO ?9.72.133.51?) (mikem_app@32.97.110.55 with plain) by smtp119.sbc.mail.re3.yahoo.com with SMTP; 25 Mar 2009 16:46:01 -0000 X-YMail-OSG: uJj1UUYVM1kNF9.6Wqlk9Ke4Y1Hk4AU0WdVPCo1NtraWz0pUdBs.tA545mqYV9.R..iuCdIpURIdKFHjxOLp93FObflcMzjiu0.t4ANcEFESqY3BsUBMq490zrMCdVgBqK_FLSguQCEpbyCFf_vS4Bgv X-Yahoo-Newman-Property: ymail-3 Message-ID: <49CA5FC1.7080805@sbcglobal.net> Date: Wed, 25 Mar 2009 09:45:53 -0700 From: Mike Matrigali User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: [VOTE] 10.5.1.0 release candidate References: <49C9EB39.9030801@Sun.COM> <49CA2D73.5000406@sun.com> <49CA30A8.1090200@sbcglobal.net> <49CA385C.1000900@Sun.COM> In-Reply-To: <49CA385C.1000900@Sun.COM> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Often just the stack trace for this kind of exception can help a lot, likely to be in derby.log if you still have it. Kristian Waagan wrote: > I have also seen an issue with multi-threaded inserts (25 threads > against the same table) and a subsequent table compress, but I have to > investigate further (I was unable to recover the stack trace, I just got > the error message). > The table grew to around 20 GB, but the amount of data in it should be > far less (maybe around 2 GB, ten times less). When compressing, Derby > threw an IllegalArgumentException, saying "Illegal Capacity: XXX". This > can look as an overflow or a calculation error when sizing one of > Vector, ArrayList, or Hashtable. > I'll try to reproduce and get more information. > >