I've set up a new test situation with the same results. 3 solr nodes and
3 collections with 2 shards and 0 replica's.
Collection Intradesk is on solr01 and solr02. When querying to solr03 I
got no results:
Uncaught exception 'SolrClientException' with message 'Unsuccessful
query request : Re
Never mind about these last 2 posts. debugQuery parameter must be false
or true instead of 0 or 1
On 04/30/2013 01:54 PM, Arkadi Colson wrote:
This what I get on the solr host where the query is proxy-ed to:
Apr 30, 2013 11:36:28 AM org.apache.solr.core.SolrCore execute
INFO: [intradesk_shard1
This what I get on the solr host where the query is proxy-ed to:
Apr 30, 2013 11:36:28 AM org.apache.solr.core.SolrCore execute
INFO: [intradesk_shard1_replica1] webapp=/solr path=/admin/ping/
params={indent=on&wt=json&version=2.2} hits=0 status=0 QTime=1
Apr 30, 2013 11:36:28 AM org.apache.sol
I'm getting this error in tomcat log:
Apr 30, 2013 11:21:44 AM org.apache.solr.common.SolrException log
SEVERE: null:org.apache.solr.common.SolrException: Error trying to proxy
request for url:
http://solr03.officemeeuwen.smartbit.be:8983/solr/intradesk/select/
at
org.apache.solr.servlet.S
I'm using the latest solr 4.2.1 with apache-tomcat-7.0.33
What exactly is the purpose of the linkconfig commmand? When I run it
before I creating the collection, it creates a file in zookeeper. After
creating the collection, the file is gone and a directory comes in place.
On 04/29/2013 05:36
What version of Solr? That should work in Jetty in 4.2 and not before and in
Tomcat in 4.3 and not before.
- Mark
On Apr 29, 2013, at 10:19 AM, Arkadi Colson wrote:
> When I first do a linkconfig the route:implicit seems to be gone! So
> recreating the collection will solve this. The problem
When I first do a linkconfig the route:implicit seems to be gone! So
recreating the collection will solve this. The problem that I cannot
request a collection that does not exists on that host is still there.
Arkadi
On 04/29/2013 03:31 PM, Arkadi Colson wrote:
The strange thing is that I creat
The strange thing is that I created some time ago 2 other collections
and there the router:implicit has not been set. Is it possible to create
a collection withour the router:implicit?
http://solr01:8983/solr/admin/collections?action=CREATE&name=lvs&numShards=5&replicationFactor=2&collection.co
That means that documents will be indexed and stored on the node
they're sent to. It shouldn't keep Solr Cloud from loadbalancing
reads. Fixing that won't address the problem you're asking about, but
it may clear up other unintended behaviors.
What version of Solr are you using, and what servlet c
I found this in the zookeeper directory /collections/collectionX/
{
"configName":"smsc",
"router":"implicit"}
Is "router:implicit" the cause of this? Is it possible to fix?
Thx!
On 04/29/2013 01:24 PM, Arkadi Colson wrote:
Is it correct that if I create a collection B with parameter
crea
10 matches
Mail list logo