You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jürgen Kindler (JIRA)" <ji...@apache.org> on 2012/05/16 12:15:02 UTC

[jira] [Created] (KARAF-1486) When a new member enters a custom group, it does not install the features that should be installed in that group

Jürgen Kindler created KARAF-1486:
-------------------------------------

             Summary: 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: 2.2.4
            Reporter: Jürgen Kindler


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 ]

(3) karaf@trun> features:install guice

(4) 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 ]

(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=Node3}
(3) karaf@trun> cluster:group-list
   Group                  Members
  [hasikasi            ] [localhost:5702 localhost:5701 ]
* [default             ] [localhost:5703* ]

(6) karaf@trun> cluster:group-set hasikasi
   Group                  Members
* [hasikasi            ] [localhost:5703* localhost:5702 localhost:5701 ]
  [default             ] []

(7) 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) ... 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                 
karaf@trun> 

{panel}


--
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

       

[jira] [Commented] (KARAF-1486) When a new member enters a custom group, it does not install the features that should be installed in that group

Posted by "Jürgen Kindler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13276661#comment-13276661 ] 

Jürgen Kindler commented on KARAF-1486:
---------------------------------------

Note that this problem also is there for configuration propagation ... The new member of a custom group will not be notified about the configuration known to the "old" group members.
                
> 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: 2.2.4
>            Reporter: Jürgen Kindler
>
> 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 ]
> (3) karaf@trun> features:install guice
> (4) 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 ]
> (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=Node3}
> (3) karaf@trun> cluster:group-list
>    Group                  Members
>   [hasikasi            ] [localhost:5702 localhost:5701 ]
> * [default             ] [localhost:5703* ]
> (6) karaf@trun> cluster:group-set hasikasi
>    Group                  Members
> * [hasikasi            ] [localhost:5703* localhost:5702 localhost:5701 ]
>   [default             ] []
> (7) 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) ... 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                 
> karaf@trun> 
> {panel}

--
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

       

[jira] [Comment Edited] (KARAF-1486) When a new member enters a custom group, it does not install the features that should be installed in that group

Posted by "Jürgen Kindler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13278587#comment-13278587 ] 

Jürgen Kindler edited comment on KARAF-1486 at 5/18/12 5:49 AM:
----------------------------------------------------------------

I was also not able to see guice installed on the third container if I followed the following procedure of preparing the three containers:
* for each container
** start container
** install cellar & wait until all bundles are active
** cluster:group-create hasikasi; cluster:group-set hasikasi; cluster:group-list;
** wait a bit, then shutdown the container.


After that all containers had the definition of hasikasi in cellar.groups.cfg. I started the first two containers, skipped the steps 4 & 7. Still the third container did not get guice installed.
                
      was (Author: jkindler):
    I was also not able to see guice installed on the third container if I followed the following procedure of preparing the three containers:
* for each container
** start container
** install cellar & wait until all bundles are active
** 


After that all containers had the definition of hasikasi in cellar.groups.cfg. I started the first two containers, skipped the steps 4 & 7. Still the third container did not get guice installed.
                  
> 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.2.5
>
>
> 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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-1486) When a new member enters a custom group, it does not install the features that should be installed in that group

Posted by "Jürgen Kindler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13278587#comment-13278587 ] 

Jürgen Kindler commented on KARAF-1486:
---------------------------------------

I was also not able to see guice installed on the third container if I followed the following procedure of preparing the three containers:
* for each container
** start container
** install cellar & wait until all bundles are active
** 


After that all containers had the definition of hasikasi in cellar.groups.cfg. I started the first two containers, skipped the steps 4 & 7. Still the third container did not get guice installed.
                
> 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.2.5
>
>
> 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 ]
> (3) karaf@trun> features:install guice
> (4) 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 ]
> (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=Node3}
> (3) karaf@trun> cluster:group-list
>    Group                  Members
>   [hasikasi            ] [localhost:5702 localhost:5701 ]
> * [default             ] [localhost:5703* ]
> (6) karaf@trun> cluster:group-set hasikasi
>    Group                  Members
> * [hasikasi            ] [localhost:5703* localhost:5702 localhost:5701 ]
>   [default             ] []
> (7) 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) ... 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                 
> karaf@trun> 
> {panel}

--
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

       

[jira] [Updated] (KARAF-1486) When a new member enters a custom group, it does not install the features that should be installed in that group

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-1486:
----------------------------------------

    Fix Version/s:     (was: cellar-2.2.5)
                   cellar-2.2.6
                   cellar-2.3.0
    
> 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

[jira] [Commented] (KARAF-1486) When a new member enters a custom group, it does not install the features that should be installed in that group

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502327#comment-13502327 ] 

Jean-Baptiste Onofré commented on KARAF-1486:
---------------------------------------------

It works for me with Karaf vanilla. Synchronizers are called in the group join.

FYI, since Cellar 2.2.5, you have cluster:sync commands to "force" the call to the synchronizers.
                
> 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

[jira] [Assigned] (KARAF-1486) When a new member enters a custom group, it does not install the features that should be installed in that group

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned KARAF-1486:
-------------------------------------------

    Assignee: Jean-Baptiste Onofré
    
> 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: 2.2.4
>            Reporter: Jürgen Kindler
>            Assignee: Jean-Baptiste Onofré
>
> 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 ]
> (3) karaf@trun> features:install guice
> (4) 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 ]
> (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=Node3}
> (3) karaf@trun> cluster:group-list
>    Group                  Members
>   [hasikasi            ] [localhost:5702 localhost:5701 ]
> * [default             ] [localhost:5703* ]
> (6) karaf@trun> cluster:group-set hasikasi
>    Group                  Members
> * [hasikasi            ] [localhost:5703* localhost:5702 localhost:5701 ]
>   [default             ] []
> (7) 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) ... 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                 
> karaf@trun> 
> {panel}

--
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

       

[jira] [Updated] (KARAF-1486) When a new member enters a custom group, it does not install the features that should be installed in that group

Posted by "Jürgen Kindler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jürgen Kindler updated KARAF-1486:
----------------------------------

    Description: 
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}


  was:
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 ]

(3) karaf@trun> features:install guice

(4) 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 ]

(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=Node3}
(3) karaf@trun> cluster:group-list
   Group                  Members
  [hasikasi            ] [localhost:5702 localhost:5701 ]
* [default             ] [localhost:5703* ]

(6) karaf@trun> cluster:group-set hasikasi
   Group                  Members
* [hasikasi            ] [localhost:5703* localhost:5702 localhost:5701 ]
  [default             ] []

(7) 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) ... 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                 
karaf@trun> 

{panel}


    
> 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.2.5
>
>
> 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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (KARAF-1486) When a new member enters a custom group, it does not install the features that should be installed in that group

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-1486:
----------------------------------------

    Affects Version/s:     (was: 2.2.4)
                       cellar-2.2.4
        Fix Version/s: cellar-2.2.5
                       cellar-3.0.0
    
> 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.2.5
>
>
> 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 ]
> (3) karaf@trun> features:install guice
> (4) 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 ]
> (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=Node3}
> (3) karaf@trun> cluster:group-list
>    Group                  Members
>   [hasikasi            ] [localhost:5702 localhost:5701 ]
> * [default             ] [localhost:5703* ]
> (6) karaf@trun> cluster:group-set hasikasi
>    Group                  Members
> * [hasikasi            ] [localhost:5703* localhost:5702 localhost:5701 ]
>   [default             ] []
> (7) 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) ... 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                 
> karaf@trun> 
> {panel}

--
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