Hello,

I created a two node solr cloud setup using the internal zookeeper. My setup
was as follows:

./bin/solr start -c -p 8983 -s /opt/solrDeployTest/nodeHome/node1/solr/ 

./bin/solr start -c -p 7574 -s /opt/solrDeployTest/nodeHome/node2/solr/

, I then created my own configset and loaded it into zookeeper:

./bin/solr zk upconfig -n foobar_config -d
server/solr/configsets/foobar_config/ -z localhost:9983

, I then created a collection as follows:

:8983/solr/admin/collections?action=CREATE&name=foobar-dev&numShards=2&replicationFactor=2&&maxShardsPerNode=4&collection.configName=foobar_config

I am puzzled why I am not seeing the port numbers in the graphic tree of
collection-shards-replicas on the cloud tab. In other words, I am only
seeing the full IP for each replica (in my case identical) without colon and
port number. Any insights are appreciated. Thank you



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to