Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
cellar-2.2.4
-
None
Description
In Cellar if a Node exposing a distributed OSGi service shuts down unexpectedly, the exposed service will still be shown as available. As can be seen using the command "cluster:service-list" in the other Nodes of the Cluster.
So if there are no other implementations of the service exposed in the Cluster, calls to this "dead" service will be made resulting in NullPointerException to the bundles invoking it.