"cluster:feature-list" command didn't list any feature after karaf instance
join a user defined group
-----------------------------------------------------------------------------------------------------
Key: KARAF-1339
URL: https://issues.apache.org/jira/browse/KARAF-1339
Project: Karaf
Issue Type: Bug
Components: cellar-core
Affects Versions: 2.2.4
Reporter: Meifang Shen
When create a user defined group "grp", then this karaf instance join this
group, finally use "cluster:feature-list" command, cannot list any feature,
those command steps as follows:
karaf@trun> cluster:group-create grp
karaf@trun> cluster:group-join grp
karaf@trun> cluster:feature-list grp
But if use "cluster:group-pick", then "cluster:feature-list" can list all
feature of this group
karaf@trun> cluster:group-create testgrp
karaf@trun> cluster:group-pick default testgrp
karaf@trun> cluster:feature-list testgrp
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira