Hi Team, My basic tests failed on gfsh while starting locator with same name and port. I believe command should prompt an error on such condition even though it recognises same process id internally!
Let me know if that's an expected behaviour. gfsh>*start locator --name=locator1 --port=10334 --locators=localhost[10334],localhost[10335] --http-service-port=7071* Starting a Geode Locator in /home/dharam/Work/apache-geode-1.2.1/locator1... .... Locator in /home/dharam/Work/apache-geode-1.2.1/locator1 on 192.168.1.12[10334] as locator1 is currently online. Process ID: 11387 Uptime: 12 seconds Geode Version: 1.2.1 Java Version: 1.8.0_151 Log File: /home/dharam/Work/apache-geode-1.2.1/locator1/locator1.log JVM Arguments: -Dgemfire.http-service-port=7071 -Dgemfire.enable-cluster-configuration=true -Dgemfire.locators=localhost[10334],localhost[10335] -Dgemfire.load-cluster-configuration-from-dir=false -Dgemfire.launcher.registerSignalHandlers=true -Djava.awt.headless=true -Dsun.rmi.dgc.server.gcInterval=9223372036854775806 Class-Path: /home/dharam/Work/apache-geode-1.2.1/lib/geode-core-1.2.1.jar:/home/dharam/Work/apache-geode-1.2.1/lib/geode-dependencies.jar *Successfully connected to: JMX Manager [host=192.168.1.12, port=1099]Cluster configuration service is up and running.* gfsh>*start locator --name=locator1 --port=10334 --locators=localhost[10334],localhost[10335] --http-service-port=7072* Starting a Geode Locator in /home/dharam/Work/apache-geode-1.2.1/locator1... . Locator in /home/dharam/Work/apache-geode-1.2.1/locator1 on 192.168.1.12[10334] as locator1 is currently online. Process ID: 11387 Uptime: 28 seconds Geode Version: 1.2.1 Java Version: 1.8.0_151 Log File: /home/dharam/Work/apache-geode-1.2.1/locator1/locator1.log JVM Arguments: -Dgemfire.http-service-port=7071 -Dgemfire.enable-cluster-configuration=true -Dgemfire.locators=localhost[10334],localhost[10335] -Dgemfire.load-cluster-configuration-from-dir=false -Dgemfire.launcher.registerSignalHandlers=true -Djava.awt.headless=true -Dsun.rmi.dgc.server.gcInterval=9223372036854775806 Class-Path: /home/dharam/Work/apache-geode-1.2.1/lib/geode-core-1.2.1.jar:/home/dharam/Work/apache-geode-1.2.1/lib/geode-dependencies.jar *Cluster configuration service is up and running.* Thanks & Regards, - Dharam Thacker
