From oak-issues-return-37868-apmail-jackrabbit-oak-issues-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon Oct 3 10:28:22 2016 Return-Path: X-Original-To: apmail-jackrabbit-oak-issues-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1E7B51958C for ; Mon, 3 Oct 2016 10:28:22 +0000 (UTC) Received: (qmail 39831 invoked by uid 500); 3 Oct 2016 10:28:21 -0000 Delivered-To: apmail-jackrabbit-oak-issues-archive@jackrabbit.apache.org Received: (qmail 39713 invoked by uid 500); 3 Oct 2016 10:28:21 -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 39650 invoked by uid 99); 3 Oct 2016 10:28:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Oct 2016 10:28:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C85A42C2A6E for ; Mon, 3 Oct 2016 10:28:20 +0000 (UTC) Date: Mon, 3 Oct 2016 10:28:20 +0000 (UTC) From: =?utf-8?Q?Michael_D=C3=BCrig_=28JIRA=29?= To: oak-issues@jackrabbit.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (OAK-4685) Avoid concurrent calls to FileStore.cleanup() and FileStore.compact() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OAK-4685?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Michael D=C3=BCrig reassigned OAK-4685: ---------------------------------- Assignee: Michael D=C3=BCrig (was: Andrei Dulceanu) > Avoid concurrent calls to FileStore.cleanup() and FileStore.compact() > --------------------------------------------------------------------- > > Key: OAK-4685 > URL: https://issues.apache.org/jira/browse/OAK-4685 > Project: Jackrabbit Oak > Issue Type: Improvement > Components: segment-tar, segmentmk > Affects Versions: 1.0.32, 1.4.6, 1.2.18, Segment Tar 0.0.8 > Reporter: Andrei Dulceanu > Assignee: Michael D=C3=BCrig > Labels: cleanup, gc > Fix For: Segment Tar 0.0.14 > > > At the moment it is possible to have concurrent calls to {{FileStore.clea= nup}} and to {{FileStore.compact()}}. The former is called from the latter = and also from {{FileStore.flush()}} (this is tracked in OAK-4138). We shoul= d change this status quo and also make the calls to {{compact()}} and {{cle= anup()}} mutually exclusive. -- This message was sent by Atlassian JIRA (v6.3.4#6332)