Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
cellar-2.2.5
-
None
Description
On a node, if you create a new cluster group:
karaf@root> cluster:group-create foobar
karaf@root> cluster:group-list
Group Members
[foobar ] []
- [default ] [vostro.local:5701* ]
you join this group:
karaf@root> cluster:group-join foobar
Group Members
- [foobar ] [vostro.local:5701* ]
- [default ] [vostro.local:5701* ]
and quit the default group:
karaf@root> cluster:group-quit default
Group Members
- [foobar ] [vostro.local:5701* ]
[default ] []
while you don't restart Cellar (or Karaf itself), the configuration is OK.
However, at restart we are in the following situation:
karaf@root> cluster:group-list
Group Members
- [default ] [vostro.local:5701* ]
- [foobar ] [vostro.local:5701* ]
which is not good.
The problem only occurs with the default cluster group.