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 E3387104A8 for ; Wed, 24 Dec 2014 16:24:21 +0000 (UTC) Received: (qmail 78598 invoked by uid 500); 24 Dec 2014 16:24:16 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 78539 invoked by uid 500); 24 Dec 2014 16:24:16 -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 78491 invoked by uid 99); 24 Dec 2014 16:24:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Dec 2014 16:24:15 +0000 Date: Wed, 24 Dec 2014 16:24:15 +0000 (UTC) From: "Clement Escoffier (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (FELIX-4728) InstanceManager concurrency issue 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-4728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clement Escoffier closed FELIX-4728. ------------------------------------ > InstanceManager concurrency issue > --------------------------------- > > Key: FELIX-4728 > URL: https://issues.apache.org/jira/browse/FELIX-4728 > Project: Felix > Issue Type: Bug > Components: iPOJO > Affects Versions: ipojo-runtime-1.11.2 > Reporter: Niels Beekman > Assignee: Clement Escoffier > Fix For: ipojo-runtime-1.12.1 > > > We observed a race condition in InstanceManager.onEntry. This is caused by improperly synchronized access on a HashMap. Unlike reported in FELIX-3500, we did not get an exception, but high cpu usage due to the data race. See the relevant thread stacks in the comments. -- This message was sent by Atlassian JIRA (v6.3.4#6332)