Return-Path: X-Original-To: apmail-lucene-commits-archive@www.apache.org Delivered-To: apmail-lucene-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 74A16118D7 for ; Thu, 20 Feb 2014 15:52:52 +0000 (UTC) Received: (qmail 79827 invoked by uid 500); 20 Feb 2014 15:52:51 -0000 Mailing-List: contact commits-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 commits@lucene.apache.org Received: (qmail 79797 invoked by uid 99); 20 Feb 2014 15:52:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Feb 2014 15:52:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Feb 2014 15:52:50 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1D1D3238896F; Thu, 20 Feb 2014 15:52:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1570244 - /lucene/dev/trunk/lucene/CHANGES.txt Date: Thu, 20 Feb 2014 15:52:30 -0000 To: commits@lucene.apache.org From: jpountz@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140220155230.1D1D3238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jpountz Date: Thu Feb 20 15:52:29 2014 New Revision: 1570244 URL: http://svn.apache.org/r1570244 Log: Merge change entry from 4.x (no other files are changed since this only impacted the Lucene 3.x codec). Modified: lucene/dev/trunk/lucene/CHANGES.txt Modified: lucene/dev/trunk/lucene/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1570244&r1=1570243&r2=1570244&view=diff ============================================================================== --- lucene/dev/trunk/lucene/CHANGES.txt (original) +++ lucene/dev/trunk/lucene/CHANGES.txt Thu Feb 20 15:52:29 2014 @@ -272,6 +272,10 @@ Bug fixes * LUCENE-5447: StandardTokenizer should break at consecutive chars matching Word_Break = MidLetter, MidNum and/or MidNumLet (Steve Rowe) + +* LUCENE-5462: RamUsageEstimator.sizeOf(Object) is not used anymore to + estimate memory usage of segments. This used to make + SegmentReader.ramBytesUsed very CPU-intensive. (Adrien Grand) API Changes