GitHub user shyrkov opened a pull request:
https://github.com/apache/karaf-cellar/pull/34
KARAF-4698 - proper handling of uninstalling bundle in cluster when one of
the nodes is offline
Ticket: https://issues.apache.org/jira/browse/KARAF-4698
Resolution: now the bundle state is not removed from the cluster map on
uninstall, but rather updated with the state Bundle.UNINSTALLED. The
BundleSynchronizer is also handling that state properly on cluster pull
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shyrkov/karaf-cellar KARAF-4698
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/karaf-cellar/pull/34.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #34
----
commit 8a1774a8d10fb08bc9ca7602b030a2d465db2a38
Author: Sergiy Shyrkov <[email protected]>
Date: 2016-09-05T14:32:00Z
KARAF-4698 - proper handling of uninstalling bundle in cluster when one of
the nodes is offline
Now the bundle state is not removed from the cluster map on uninstall, but
rather updated with the state Bundle.UNINSTALLED. The BundleSynchronizer is
also handling that state properly on cluster pull
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---