well here are more details about my starting commands

This is the standalone SolrServer:
(port 8983)
java 
-server 
-XX:+UnlockExperimentalVMOptions 
-XX:+UseG1GC 
-XX:+UseCompressedStrings 
-Dcom.sun.management.jmxremote 
-d64 
-Xmx4096m 
-Dcom.sun.management.jmxremote.port=9999 
-Dcom.sun.management.jmxremote.ssl=false 
-Dcom.sun.management.jmxremote.authenticate=false 
-Djava.rmi.server.hostname=remotehost -jar start.jar


These are below are the ones who are supposed to be in cloud:

java -DzkHost=zkhost:2182 -jar start.jar (port 8995)
java -DzkHost=zkhost:2181 -jar start.jar (port 8996)

The three of them are on the same remote machine..


and here is the one that i run from my local

java -Dbootstrap_conf=true -DzkHost=zkhost:2181 -jar start.jar (port 8997)



and when i check the cloud page, I see 

localhost:8997 and remotehost: 8983 in cloud... the actual ones
(remotehost:8995 and remotehost:8996) are totally invisible to the cloud






-----
Zeki ama calismiyor... Calissa yapar...
--
View this message in context: 
http://lucene.472066.n3.nabble.com/SolrCloud-5x-Detects-all-of-the-Solr-insrances-on-a-machine-tp4021254p4021471.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to