From issues-return-38865-archive-asf-public=cust-asf.ponee.io@karaf.apache.org Thu Feb 22 04:25:10 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5CC0718061A for ; Thu, 22 Feb 2018 04:25:10 +0100 (CET) Received: (qmail 71848 invoked by uid 500); 22 Feb 2018 03:25:09 -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 71837 invoked by uid 99); 22 Feb 2018 03:25:09 -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; Thu, 22 Feb 2018 03:25:09 +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 9B3DC180453 for ; Thu, 22 Feb 2018 03:25:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.511 X-Spam-Level: X-Spam-Status: No, score=-109.511 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, 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 gu9RVdO9UU2f for ; Thu, 22 Feb 2018 03:25:07 +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 334A25F397 for ; Thu, 22 Feb 2018 03:25:07 +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 D4274E00B8 for ; Thu, 22 Feb 2018 03:25:05 +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 9AF5321000 for ; Thu, 22 Feb 2018 03:25:02 +0000 (UTC) Date: Thu, 22 Feb 2018 03:25:00 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (KARAF-5633) Cellar: cleanup Hazelcast maps when a group is deleted 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/KARAF-5633?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofr=C3=A9 reassigned KARAF-5633: ------------------------------------------- Assignee: Jean-Baptiste Onofr=C3=A9 > Cellar: cleanup Hazelcast maps when a group is deleted > ------------------------------------------------------ > > Key: KARAF-5633 > URL: https://issues.apache.org/jira/browse/KARAF-5633 > Project: Karaf > Issue Type: Bug > Components: cellar-hazelcast > Affects Versions: cellar-4.0.4, cellar-4.1.1 > Reporter: Sergiy Shyrkov > Assignee: Jean-Baptiste Onofr=C3=A9 > Priority: Minor > > When a Cellar=C2=A0group is deleted, the corresponding Hazelcast maps rem= ain there (org.apache.karaf.cellar.bundle.map., org.apache.kara= f.cellar.repositories.,=C2=A0 org.apache.karaf.cellar.features.= , etc.). > In effect, when the group is created again, those maps are taken with "st= ale" data. > =C2=A0 > My use case: > 1) Create a new group "temp" > 2) Move one node (node1) to that group "temp" (the node is removed from "= default" group) > 3)=C2=A0Deploy some bundles on group "temp" > 4) Remove node1 from group "temp" and bring it back to group "default" > 5) Delete group "temp" (at this point the Hazelcast map date remains for = that group) > 6) When I create again the group "temp" and join node1, the cluster state= is pulled from the old data=C2=A0and applied to my node1. > Thank you! -- This message was sent by Atlassian JIRA (v7.6.3#76005)