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
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
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
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
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
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
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
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
> -
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