Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 50BFA200BDE for ; Thu, 1 Dec 2016 12:34:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4F6F3160B0B; Thu, 1 Dec 2016 11:34:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BD45C160B0F for ; Thu, 1 Dec 2016 12:34:00 +0100 (CET) Received: (qmail 2312 invoked by uid 500); 1 Dec 2016 11:34:00 -0000 Mailing-List: contact oak-issues-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-issues@jackrabbit.apache.org Received: (qmail 2189 invoked by uid 99); 1 Dec 2016 11:33:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2016 11:33:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B4D552C14F3 for ; Thu, 1 Dec 2016 11:33:59 +0000 (UTC) Date: Thu, 1 Dec 2016 11:33:59 +0000 (UTC) From: "Marcel Reutegger (JIRA)" To: oak-issues@jackrabbit.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (OAK-5205) Lucene index causes many split documents MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 01 Dec 2016 11:34:01 -0000 [ https://issues.apache.org/jira/browse/OAK-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved OAK-5205. ----------------------------------- Resolution: Fixed Fix Version/s: 1.5.15 Fixed in trunk: http://svn.apache.org/r1772172 Slightly changed the behaviour when a document with binaries is split. Now the split introduced with OAK-2392 only kicks in when the binary is larger than 4kB. > Lucene index causes many split documents > ---------------------------------------- > > Key: OAK-5205 > URL: https://issues.apache.org/jira/browse/OAK-5205 > Project: Jackrabbit Oak > Issue Type: Bug > Components: core, documentmk > Affects Versions: 1.5.1 > Reporter: Marcel Reutegger > Assignee: Marcel Reutegger > Priority: Minor > Fix For: 1.6, 1.5.15 > > > Because of changes introduced with OAK-2392, the lucene index causes many split documents on the file segments.gen. This file is overwritten whenever the index is updated. With OAK-2392, each change causes a new split document even though the binary is less than 100 bytes in size. -- This message was sent by Atlassian JIRA (v6.3.4#6332)