You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Barbara Pruijn (JIRA)" <ji...@apache.org> on 2018/04/02 20:26:00 UTC

[jira] [Commented] (GEODE-2262) Improve cluster config: do not allow mix of locators that has CC enabled and not enabled in one cluster.

    [ https://issues.apache.org/jira/browse/GEODE-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16423082#comment-16423082 ] 

Barbara Pruijn commented on GEODE-2262:
---------------------------------------

This has not been implemented yet:
{code}

_________________________ __
 / _____/ ______/ ______/ /____/ /
 / / __/ /___ /_____ / _____ /
 / /__/ / ____/ _____/ / / / /
/______/_/ /______/_/ /_/ 1.6.0-SNAPSHOT

Monitor and Manage Apache Geode
gfsh>start locator --name=l1 --enable-cluster-configuration=true
Starting a Geode Locator in /Users/bpruijn/geode_tmp/l1...
....
Locator in /Users/bpruijn/geode_tmp/l1 on 10.118.19.14[10334] as l1 is currently online.
Process ID: 51430
Uptime: 4 seconds
Geode Version: 1.6.0-SNAPSHOT
Java Version: 1.8.0_151
Log File: /Users/bpruijn/geode_tmp/l1/l1.log
JVM Arguments: -Dgemfire.enable-cluster-configuration=true -Dgemfire.load-cluster-configuration-from-dir=false -Dgemfire.launcher.registerSignalHandlers=true -Djava.awt.headless=true -Dsun.rmi.dgc.server.gcInterval=9223372036854775806
Class-Path: /Users/bpruijn/workspace/gemfire/open/geode-assembly/build/install/apache-geode/lib/geode-core-1.6.0-SNAPSHOT.jar:/Users/bpruijn/workspace/gemfire/open/geode-assembly/build/install/apache-geode/lib/geode-dependencies.jar

Successfully connected to: JMX Manager [host=10.118.19.14, port=1099]

Cluster configuration service is up and running.

gfsh>start locator --name=l2 --enable-cluster-configuration=false --port=10332
Starting a Geode Locator in /Users/bpruijn/geode_tmp/l2...
....
Locator in /Users/bpruijn/geode_tmp/l2 on 10.118.19.14[10332] as l2 is currently online.
Process ID: 51438
Uptime: 3 seconds
Geode Version: 1.6.0-SNAPSHOT
Java Version: 1.8.0_151
Log File: /Users/bpruijn/geode_tmp/l2/l2.log
JVM Arguments: -Dgemfire.default.locators=10.118.19.14[10334] -Dgemfire.enable-cluster-configuration=false -Dgemfire.load-cluster-configuration-from-dir=false -Dgemfire.launcher.registerSignalHandlers=true -Djava.awt.headless=true -Dsun.rmi.dgc.server.gcInterval=9223372036854775806
Class-Path: /Users/bpruijn/workspace/gemfire/open/geode-assembly/build/install/apache-geode/lib/geode-core-1.6.0-SNAPSHOT.jar:/Users/bpruijn/workspace/gemfire/open/geode-assembly/build/install/apache-geode/lib/geode-dependencies.jar

gfsh>
{code}

> Improve cluster config: do not allow mix of locators that has CC enabled and not enabled in one cluster.
> --------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-2262
>                 URL: https://issues.apache.org/jira/browse/GEODE-2262
>             Project: Geode
>          Issue Type: Sub-task
>          Components: management
>            Reporter: Jinmei Liao
>            Priority: Major
>
> When a locator is started with CC enabled, do not allow another locator without CC to join it or vise versa.



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