Re: Why are port numbers not showing on Solr Admin Cloud Tab

2018-05-18 Thread THADC
I decided to simply create an external zookeeper cluster and point my solr server nodes to them instead of using the build-in zookeeper. For whatever reason, this solved the issue: I see the port numbers. Please consider this thread closed. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-

Why are port numbers not showing on Solr Admin Cloud Tab

2018-05-18 Thread THADC
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 in