You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (Updated JIRA)" <ji...@apache.org> on 2012/03/29 18:10:31 UTC

[jira] [Updated] (KARAF-1297) Switching off multicast discovery in Cellar does not work properly

     [ https://issues.apache.org/jira/browse/KARAF-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Affects Version/s:     (was: cellar-2.2.4)
                       cellar-2.2.3
        Fix Version/s: cellar-2.2.4
                       cellar-3.0.0
    
> Switching off multicast discovery in Cellar does not work properly
> ------------------------------------------------------------------
>
>                 Key: KARAF-1297
>                 URL: https://issues.apache.org/jira/browse/KARAF-1297
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Zsolt Beothy-Elo
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.4
>
>
> Setting the propery multicastEnabled to false has not the expected effect. Still the different Cellar are able to see each other.
> Environmnet is two Karaf 2.2.5 containers on different hosts. The Cellar version used is 2.2.4 SNAPSHOT
> Steps to reproduce the issue:
> 1) Start karaf on first host (node1).
> 2) install cellar feature
> 3) shutdown node1.
> 4) update configuration for node:
> <org.apache.karaf.cellar.instance.cfg>:
> multicastEnabled=false
> multicastGroup=224.2.2.3
> multicastPort=54327
> multicastTimeoutSeconds=2
> tcpIpEnabled=false
> tcpIpMembers= MERGABLE[]
> 5) start karaf on second host (node2)
> 6) install cellar on node2
> 7) shutdown node2
> 8) update configuration of cellar on node2:
> <org.apache.karaf.cellar.instance.cfg>:
> multicastEnabled=false
> multicastGroup=224.2.2.4
> multicastPort=54328
> multicastTimeoutSeconds=2
> tcpIpEnabled=false
> tcpIpMembers= MERGABLE[]
> 9) start node1
> 10) start node2
> 11) wait until all bundles are normally started
> 12) execute cluster:node-list on both nodes.
> Expected to get only one node in output with host name on which it was executed, but output on both instances return two nodes.

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