Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2CA4B1740C for ; Tue, 15 Sep 2015 08:04:52 +0000 (UTC) Received: (qmail 33001 invoked by uid 500); 15 Sep 2015 08:04:45 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 32937 invoked by uid 500); 15 Sep 2015 08:04:45 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 32926 invoked by uid 99); 15 Sep 2015 08:04:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2015 08:04:45 +0000 Date: Tue, 15 Sep 2015 08:04:45 +0000 (UTC) From: "Carsten Ziegeler (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Deleted] (FELIX-5035) Reduce and correct locking related to the hook registry 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/FELIX-5035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler deleted FELIX-5035: ------------------------------------ > Reduce and correct locking related to the hook registry > ------------------------------------------------------- > > Key: FELIX-5035 > URL: https://issues.apache.org/jira/browse/FELIX-5035 > Project: Felix > Issue Type: Improvement > Reporter: Carsten Ziegeler > Assignee: Carsten Ziegeler > > Right now the HookRegistry is using heavy locking, even on reading. Even worse when the set of hooks is read, it creates a copy of the collection. Other things like the blacklist are not synchronized at all. -- This message was sent by Atlassian JIRA (v6.3.4#6332)