I'm a mostly a developer and my systems work is all out of necessity so a
bit weak.
My current development happens on a single server running Apache/PHP/Perl
as well as Solrcloud in the Googlecloud.
Perl and PHP make REST calls to Two collections on the single server
Solrcloud 6.1 @ 127.0.0.1
My
hello everyone
Caused by: org.apache.solr.client.solrj.SolrServerException:
java.lang.IllegalStateException: Connection pool shut down
how to solve this problem
Thanks
Regards
soledede_w...@ehsy.com
Caused by: org.apache.solr.client.solrj.SolrServerException:
java.lang.IllegalStateException: Connection pool shut down
org.apache.solr.client.solrj.SolrServerException:
java.util.concurrent.RejectedExecutionException: Task
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$
On 11/18/2013 3:53 PM, Beale, Jim (US-KOP) wrote:
> I shouldn't be configuring the replication handler? I didn't know that!
>
> The documentation describes how to do it, e.g., for Solr 4.6
>
> https://cwiki.apache.org/confluence/display/solr/Index+Replication
>
> Now I'm evenmore confused than
core???
Thanks,
Jim
-Original Message-
From: Mark Miller [mailto:markrmil...@gmail.com]
Sent: Monday, November 18, 2013 5:00 PM
To: solr-user@lucene.apache.org
Subject: Re: SolrCloud question
You shouldn't be configuring the replication handler if you are using solrcloud.
- Mark
On No
;
> To be honest, I don't even care about replication. Why can't I specify a
> core that is non-sharded, non-replicated and have the exact same core on all
> five of my boxes?
>
>
>
> Thanks,
> Jim
>
>
> -Original Message-----
> From: michael.boom
ay, November 18, 2013 7:14 AM
To: solr-user@lucene.apache.org
Subject: RE: SolrCloud question
Hi,
The CollectionAPI provides some more options that will prove to be very
usefull to you:
/admin/collections?action=CREATE&name=name&numShards=number&replicationFactor=number&maxShards
t - most likely the latter.
But it will be easier if you use the method described at point 3 above.
Please someone correct me, if i'm wrong.
-
Thanks,
Michael
--
View this message in context:
http://lucene.472066.n3.nabble.com/SolrCloud-question-tp4101266p4101675.html
Sent from the Solr - User mailing list archive at Nabble.com.
To: solr-user@lucene.apache.org
Subject: Re: SolrCloud question
We are moving away from pre defining SolrCores for SolrCloud. The correct
approach would be to use thew Collections API - then it is quite simple to
change the number of shards for each collection you create.
Hopefully our examples w
We are moving away from pre defining SolrCores for SolrCloud. The correct
approach would be to use thew Collections API - then it is quite simple to
change the number of shards for each collection you create.
Hopefully our examples will move to doing this before long.
- Mark
On Nov 15, 2013, a
Hello all,
I am trying to set up a SolrCloud deployment consisting of 5 boxes each of
which is running Solr under jetty. A zookeeper ensemble is running separately
on 3 of the boxes.
Each Solr instance has 2 cores, one of which is sharded across the five boxes
and the other not sharded at all
If someone has a running SolrCloud with data in the index, what is the
recommended technique for initiating a full-re-index? A delete by query for
*:*? Deleting data files? Is the Lucene IndexWriter.deleteAll method surfaced
somehow in Solr since it is supposed to be much faster than
IW.deleteD
12 matches
Mail list logo