Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 61437 invoked from network); 21 Jan 2010 17:30:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jan 2010 17:30:18 -0000 Received: (qmail 39321 invoked by uid 500); 21 Jan 2010 17:30:18 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 39223 invoked by uid 500); 21 Jan 2010 17:30:17 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 39043 invoked by uid 99); 21 Jan 2010 17:30:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jan 2010 17:30:17 +0000 X-ASF-Spam-Status: No, hits=-1999.6 required=10.0 tests=ALL_TRUSTED,SUBJECT_FUZZY_TION 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; Thu, 21 Jan 2010 17:30:15 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 796F6234C4A8 for ; Thu, 21 Jan 2010 09:29:54 -0800 (PST) Message-ID: <265262441.398561264094994496.JavaMail.jira@brutus.apache.org> Date: Thu, 21 Jan 2010 17:29:54 +0000 (UTC) From: "Ben Hoyt (JIRA)" To: dev@directory.apache.org Subject: [jira] Commented: (DIRSERVER-1459) Adding members to a groupOfNames results in polynomial increase in JDBM partition size In-Reply-To: <1101337719.352021263941154510.JavaMail.jira@brutus.apache.org> 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/DIRSERVER-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803377#action_12803377 ] Ben Hoyt commented on DIRSERVER-1459: ------------------------------------- That class is from commons-math. I added that as a dependency in the pom.xml inside the attached archive. I also tweaked the pom to up the memory for the test to 1GB. You could either run the test directly from the pom, or add commons-math to your classpath (and maybe bump your memory setting up however you are running it) > Adding members to a groupOfNames results in polynomial increase in JDBM partition size > -------------------------------------------------------------------------------------- > > Key: DIRSERVER-1459 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1459 > Project: Directory ApacheDS > Issue Type: Bug > Affects Versions: 1.5.5 > Environment: Any (tested on Linux and Mac OS X) > Reporter: Ben Hoyt > Priority: Blocker > Fix For: 2.0.0-RC1 > > Attachments: DIRSERVER-1459.tar.gz, screenshot-1.jpg > > > I noticed a polynomial increase JDBM partition size and therefore disk usage when adding users to groups in my ApacheDS instance. The vast majority of the usage (95+% once you hit a couple thousand users) is in workingDirectory/partitionId/master.db > Further testing showed that simply adding a user is linear, as one would expect, and as 'apacheds-tools capacity' confirms. It is only when a user is made a member of a group that the JDBM partition size shoots up. > Example statistics: > Add 16,000 users - JDBM partition size = ~70 megabytes > Now add those same 16,000 users to a single group (all in the same group) - JDBM partition size = ~19 GIGABYTES > I'll work to attach a test case and some more numbers from my tests -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.