Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 94136 invoked from network); 19 Oct 2010 05:44:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Oct 2010 05:44:50 -0000 Received: (qmail 22062 invoked by uid 500); 19 Oct 2010 05:44:49 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 21905 invoked by uid 500); 19 Oct 2010 05:44:48 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 21897 invoked by uid 99); 19 Oct 2010 05:44:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 05:44:48 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 05:44:47 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9J5iQAD022962 for ; Tue, 19 Oct 2010 05:44:27 GMT Message-ID: <28525287.39761287467066893.JavaMail.jira@thor> Date: Tue, 19 Oct 2010 01:44:26 -0400 (EDT) From: "Uwe Schindler (JIRA)" To: dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-2556) CharTermAttribute cloning memory consumption In-Reply-To: <12138634.532951279860949585.JavaMail.jira@thor> 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/LUCENE-2556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12922446#action_12922446 ] Uwe Schindler commented on LUCENE-2556: --------------------------------------- I have no problem with it. The only thing: It still thin it should use an array size calculated by ArrayUtils.oversize() on the clone? > CharTermAttribute cloning memory consumption > -------------------------------------------- > > Key: LUCENE-2556 > URL: https://issues.apache.org/jira/browse/LUCENE-2556 > Project: Lucene - Java > Issue Type: Improvement > Components: Analysis > Affects Versions: 3.0.2 > Reporter: Adriano Crestani > Assignee: Uwe Schindler > Priority: Minor > Fix For: 3.1 > > Attachments: CharTermAttributeMemoryConsumptionDemo.java, LUCENE-2556.patch, lucene_2556_adriano_crestani_07_23_2010.patch, lucene_2556_adriano_crestani_07_24_2010.patch > > > The memory consumption problem with cloning a CharTermAttributeImpl object was raised on thread http://markmail.org/thread/bybuerugbk5w2u6z -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org