Re: Problems with loading core when starting Solr 5.2.1

2015-07-07 Thread Fadi Mohsen
Found the answer here: http://lucidworks.com/blog/call-maybe-solrcloud-jepsen-flaky-networks/ /Fadi > On 07 Jul 2015, at 11:48, Fadi Mohsen wrote: > > Hi, Would Solr give inconsistent results if ZK quorum not achieved + one > leader (last state) goes down? > > /Fadi > >> On 07 Jul 2015, at 0

Re: Problems with loading core when starting Solr 5.2.1

2015-07-07 Thread Fadi Mohsen
Hi, Would Solr give inconsistent results if ZK quorum not achieved + one leader (last state) goes down? /Fadi > On 07 Jul 2015, at 05:17, Erick Erickson wrote: > > A Zookeeper quorum is not necessary for searching. Well, > that's stating it a little too strongly. A Solr cluster will do its > b

Re: Problems with loading core when starting Solr 5.2.1

2015-07-07 Thread Zheng Lin Edwin Yeo
Yes, it shows the following under 'args'. - -DzkHost=localhost:2181,localhost:2182,localhost:2183 Regards, Edwin On 7 July 2015 at 15:22, Upayavira wrote: > If the zookeeper used isnt visible via the ui, it should be. Does it > show on the main dashboard under 'args'? > > Upayavira > > On

Re: Problems with loading core when starting Solr 5.2.1

2015-07-07 Thread Upayavira
If the zookeeper used isnt visible via the ui, it should be. Does it show on the main dashboard under 'args'? Upayavira On Tue, Jul 7, 2015, at 04:30 AM, Zheng Lin Edwin Yeo wrote: > Thanks Erick for the info. > > So mine should be running on external ZooKeeper, since I'm using "- > bin\solr.c

Re: Problems with loading core when starting Solr 5.2.1

2015-07-06 Thread Zheng Lin Edwin Yeo
Thanks Erick for the info. So mine should be running on external ZooKeeper, since I'm using "- bin\solr.cmd -e cloud -z localhost:2181" and not -DzkRun, and Solr is able to read the updated the configuration after I update it in the external ZooKeeper. Regards, Edwin On 7 July 2015 at 11:17, E

Re: Problems with loading core when starting Solr 5.2.1

2015-07-06 Thread Erick Erickson
A Zookeeper quorum is not necessary for searching. Well, that's stating it a little too strongly. A Solr cluster will do its best to search given the last state of the cluster each Solr node got from Zookeeper. You will not be able to index without a quorum though. bq: How do I check if my Solr i

Re: Problems with loading core when starting Solr 5.2.1

2015-07-06 Thread Zheng Lin Edwin Yeo
How do I check if my Solr is running based on the external ZooKeeper or the embedded ZooKeeper in Solr 5.2.1? Currently I can still do a search even though I've shut down 2 out of 3 ZooKeeper. Only the Cloud tab is down, but the rest of the search are still working. Regards, Edwin On 6 July 20

Re: Problems with loading core when starting Solr 5.2.1

2015-07-06 Thread Shawn Heisey
On 7/5/2015 10:17 PM, Zheng Lin Edwin Yeo wrote: > I've just migrated to Solr 5.2.1 with external ZooKeeper 3.4.6. > > Whenever I tried to start Solr using these command, the Solr servers gets > started, but none of the cores is actually loaded. > - bin\solr.cmd start -cloud -z localhost:2181 > -

Re: Problems with loading core when starting Solr 5.2.1

2015-07-05 Thread Upayavira
Use bin/solr create to make a new collection. Upayavira On Mon, Jul 6, 2015, at 05:17 AM, Zheng Lin Edwin Yeo wrote: > Hi, > > I've just migrated to Solr 5.2.1 with external ZooKeeper 3.4.6. > > Whenever I tried to start Solr using these command, the Solr servers gets > started, but none of the