You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jinmei Liao (JIRA)" <ji...@apache.org> on 2016/10/11 18:16:21 UTC

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

Jinmei Liao created GEODE-1990:
----------------------------------

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


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
(v6.3.4#6332)