[ https://issues.apache.org/jira/browse/KARAF-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13564660#comment-13564660
]
Jean-Baptiste Onofré edited comment on KARAF-1486 at 1/28/13 8:43 PM:
----------------------------------------------------------------------
It works for me using Karaf 2.2.9 and Cellar 2.2.5:
- I created 3 nodes
- I created a cluster group test
- node1 and node2 join the test cluster group (and had quit the default cluster group)
- node3 was still on default cluster group
- on node1, I install eventadmin feature
- eventadmin is installed on node1 and node2 (checked with features:list)
- node1 joined the test cluster group (using cluster:group-set)
- eventadmin is installed on node3
I close this Jira as "cannot reproduce", don't hesitate to reopen this Jira if you are able
to reproduce.
was (Author: jbonofre):
It works for me using Karaf 2.2.9 and Cellar 2.2.5:
- I created 3 nodes
- I created a cluster group test
- node1 and node2 join the test cluster group (and had quit the default cluster group)
- node3 was still on default cluster group
- on node1, I install eventadmin feature
- eventadmin is installed on node1 and node2 (checked with features:list)
- node1 joined the test cluster group (using cluster:group-set)
- eventadmin is installed on node3
I close this Jira as "work for me", don't hesitate to reopen this Jira if you are able to
reproduce.
> When a new member enters a custom group, it does not install the features that should
be installed in that group
> ----------------------------------------------------------------------------------------------------------------
>
> Key: KARAF-1486
> URL: https://issues.apache.org/jira/browse/KARAF-1486
> Project: Karaf
> Issue Type: Bug
> Components: cellar-core
> Affects Versions: cellar-2.2.4
> Reporter: Jürgen Kindler
> Assignee: Jean-Baptiste Onofré
> Fix For: cellar-3.0.0, cellar-2.3.0, cellar-2.2.6
>
>
> I would have expected that on node 3 the feature "guice" would automatically installed
as soon as node 3 enters the group hasikasi.
> {panel:title=Node1}
> (1) karaf@trun> cluster:group-list
> Group Members
> * [hasikasi ] [localhost:5702 localhost:5701* ]
> [default ] [localhost:5703 ]
> (4) karaf@trun> features:install guice
> (5) karaf@trun> features:list | grep guice
> [uninstalled] [1.3.2_3 ] jclouds-guice jclouds-1.3.2_3
Jclouds - Google Guice
> [installed ] [3.0 ] guice jclouds-1.3.1
Google Guice
> [uninstalled] [2.9.2 ] camel-guice camel-2.9.2
> karaf@trun>
> {panel}
> {panel:title=Node2}
> (2) karaf@trun> cluster:group-list;
> Group Members
> * [hasikasi ] [localhost:5702* localhost:5701 ]
> [default ] [localhost:5703 ]
> (6) karaf@trun> features:list | grep guice
> [uninstalled] [1.3.2_3 ] jclouds-guice jclouds-1.3.2_3
Jclouds - Google Guice
> [installed ] [3.0 ] guice jclouds-1.3.1
Google Guice
> [uninstalled] [2.9.2 ] camel-guice camel-2.9.2
> karaf@trun>
> {panel}
> {panel:title=Node3}
> (3) karaf@trun> cluster:group-list
> Group Members
> [hasikasi ] [localhost:5702 localhost:5701 ]
> * [default ] [localhost:5703* ]
> (7) karaf@trun> cluster:group-set hasikasi
> Group Members
> * [hasikasi ] [localhost:5703* localhost:5702 localhost:5701 ]
> [default ] []
> (8) karaf@trun> features:list | grep guice
> [uninstalled] [1.3.2_3 ] jclouds-guice jclouds-1.3.2_3
Jclouds - Google Guice
> [uninstalled] [3.0 ] guice jclouds-1.3.1
Google Guice
> [uninstalled] [2.9.2 ] camel-guice camel-2.9.2
> ((waited a bit) ... 9) karaf@trun> features:list | grep guice
> [uninstalled] [1.3.2_3 ] jclouds-guice jclouds-1.3.2_3
Jclouds - Google Guice
> [uninstalled] [3.0 ] guice jclouds-1.3.1
Google Guice
> [uninstalled] [2.9.2 ] camel-guice camel-2.9.2
> karaf@trun>
> {panel}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|