SolrCloud ... Unable to create core ... Caused by: Lock held by this virtual machine:...

2017-05-14 Thread Thomas Porschberg
Hi, I have problems to setup solrcloud on one node with 2 shards. What I did: 1. Started a external zookeeper 2. Ensured that no solr process is running with 'bin/solr status' 3. Posted a working conf directory from a non-cloud solr to zookeeper with 'bin/solr zk upconfig -n karpfen -d /ho

solr LTR edismax features very slow and cause timeouts

2017-05-14 Thread lekha_dipika
I am trying to use the SOLR LTR plugin to train a machine learning model for my application. One of the features I require for my model is edismax score of my query over a set of index fields. The way I have created the feature is as follows: { "store":"sampleFeatureStore", "name" : "edismax

Re: How to do CDCR with basic auth?

2017-05-14 Thread Xie, Sean
Configured the JVM: -Dsolr.httpclient.builder.factory=org.apache.solr.client.solrj.impl.PreemptiveBasicAuthConfigurer -Dbasicauth=solr:SolrRocks Configured the CDCR. Started the Source cluster and Getting the log: .a.s.h.CdcrUpdateLogSynchronizer Caught unexpected exception java.lang.IllegalArgu

How to do CDCR with basic auth?

2017-05-14 Thread Xie, Sean
So I have configured two clusters (source and target) with basic auth with solr:SolrRocks, but when starting the source node, log is showing it couldn’t read the authentication info. I already added the –Dbasicauth=solr:SolrRocks to the JVM of the solr instance. Not sure where else I can config

Seeing odd behavior with implicit routing

2017-05-14 Thread Chris Troullis
Hi, I've been experimenting with various sharding strategies with Solr cloud (6.5.1), and am seeing some odd behavior when using the implicit router. I am probably either doing something wrong or misinterpreting what I am seeing in the logs, but if someone could help clarify that would be awesome.

Re: cursormark pagination inconsistency

2017-05-14 Thread moscovig
Thanks Shawn We tried setting and it did help us getting closer score among different replicas, but as you say, we still had 1 replica with a different score than the others. Would you suggest using "sticky" cursor that is always querying the same replica on each shard? Thanks Gilad -- Vie