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 8B0E5200D54 for ; Fri, 8 Dec 2017 09:55:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 89919160BF2; Fri, 8 Dec 2017 08:55:05 +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 CE82A160C0D for ; Fri, 8 Dec 2017 09:55:04 +0100 (CET) Received: (qmail 40826 invoked by uid 500); 8 Dec 2017 08:55:04 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 40815 invoked by uid 99); 8 Dec 2017 08:55:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2017 08:55:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 7D68B18061F for ; Fri, 8 Dec 2017 08:55:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id wfKMBuBsMxyA for ; Fri, 8 Dec 2017 08:55:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 283F25F4EE for ; Fri, 8 Dec 2017 08:55:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2A09DE12AB for ; Fri, 8 Dec 2017 08:55:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 7559B273CD for ; Fri, 8 Dec 2017 08:55:00 +0000 (UTC) Date: Fri, 8 Dec 2017 08:55:00 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KARAF-5528) Karaf feature deployer should stop refreshed bundles together with the updated ones MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 08 Dec 2017 08:55:05 -0000 [ https://issues.apache.org/jira/browse/KARAF-5528?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1628= 3225#comment-16283225 ]=20 ASF subversion and git services commented on KARAF-5528: -------------------------------------------------------- Commit 9ee9c891f3486dd69663d11644df1bc3fd345761 in karaf's branch refs/head= s/master from [~gzres] [ https://gitbox.apache.org/repos/asf?p=3Dkaraf.git;h=3D9ee9c89 ] Merge pull request #416 from apache/KARAF-5528 [KARAF-5528] Stop refreshed bundles together with updated and deleted=E2=80= =A6 > Karaf feature deployer should stop refreshed bundles together with the up= dated ones > -------------------------------------------------------------------------= ---------- > > Key: KARAF-5528 > URL: https://issues.apache.org/jira/browse/KARAF-5528 > Project: Karaf > Issue Type: Bug > Components: karaf-feature > Affects Versions: 4.0.10, 4.1.3, 4.2.0.M1 > Reporter: Grzegorz Grzybek > Assignee: Grzegorz Grzybek > Priority: Critical > Fix For: 4.0.11, 4.1.4, 4.2.0 > > > I had a case when features service was provisioned and there were two wir= ed bundles: > * bundle A which was updated > * bundle B which had camel context defined in blueprint, depending on OSG= i service from bundle A. > Stopping bundle with came context defined in blueprint, requires access t= o all {{}}-d services, otherwise blueprint proxies may wait for = specific timeout for the services. Having proper start levels set, everythi= ng works fine. > But when during deployment, bundle A was updated, it was stopped first. T= hen, bundle A and B were properly stopped during refresh, but bundle A was = already stopped (and updated). bundle B hanged during stop. -- This message was sent by Atlassian JIRA (v6.4.14#64029)