You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2019/03/29 23:20:00 UTC

[jira] [Resolved] (GEODE-1990) String a locator in the embedded mode should set the enable-cluster-configuration correctly

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

Anthony Baker resolved GEODE-1990.
----------------------------------
    Resolution: Fixed

> String a locator in the embedded mode should set the enable-cluster-configuration correctly
> -------------------------------------------------------------------------------------------
>
>                 Key: GEODE-1990
>                 URL: https://issues.apache.org/jira/browse/GEODE-1990
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Jinmei Liao
>            Priority: Major
>
> A locator started using the following does not start the cluster configuration, but the enabled-cluster-configuration flag is true, this will result in other server who joins to request the cluster config and then fail with an exception.
>    locator.invoke(()->{
>       new CacheFactory()
>         .set("name", this.getName()+".server1")
>         .set("mcast-port", "0")
>         .set("log-level", "config")
>         .set("start-locator", "localhost["+locatorPort+"]")
>         .create();
>     });



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)