[
https://issues.apache.org/jira/browse/KARAF-4698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15467932#comment-15467932
]
ASF subversion and git services commented on KARAF-4698:
--------------------------------------------------------
Commit 790c22bd01f4999548b10520c2e993680623deb3 in karaf-cellar's branch
refs/heads/master from [~jbonofre]
[ https://git-wip-us.apache.org/repos/asf?p=karaf-cellar.git;h=790c22b ]
[KARAF-4698] Improve synchronizers. This closes #34
> Cellar handling of cluster:bundle-uninstall when one of the cluster nodes is
> offline
> ------------------------------------------------------------------------------------
>
> Key: KARAF-4698
> URL: https://issues.apache.org/jira/browse/KARAF-4698
> Project: Karaf
> Issue Type: Bug
> Components: cellar-bundle
> Affects Versions: cellar-4.0.1
> Reporter: Sergiy Shyrkov
> Assignee: Jean-Baptiste Onofré
> Fix For: cellar-4.0.2
>
>
> My setup: two Karaf 4.0.6 + Cellar 4.0.1 (same with the latest
> 4.0.2-SNAPSHOT) instances, say "root" and "child"
> Scenario:
> 1) Both instances are started
> 2) Install and start say commons-math bundle in cluster
> {{cluster:bundle-install -s default mvn:org.apache.commons/commons-math/2.2}}
> 3) The state of the bundle on both nodes is correct: Active
> {{cluster:bundle-list default | grep 'Commons Math'}}
> 4) I stop the second instance
> {{instance:stop child}}
> 5) Uninstall commons-math from cluster
> {{cluster:bundle-uninstall default commons-math/2.2}}
> 6) Start child instance
> {{instance:start child}}
> On startup of the child instance it "pushes" the commons-math to the cluster
> and thus the bundle is again installed across the cluster
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)