Any one have any ideas as to what could be going wrong.
Thank you
On Fri, Sep 21, 2018 at 10:43 PM Sushant Vengurlekar <
svengurle...@curvolabs.com> wrote:
> I followed the guide over here to setup basic auth for solrcloud
>
> http://lucene.apache.org/solr/guide/7_4/basic
I followed the guide over here to setup basic auth for solrcloud
http://lucene.apache.org/solr/guide/7_4/basic-authentication-plugin.html
Our solrcloud version is 7.4. We have a 3 ensemble zookeeper with 3 solr
nodes. I restarted the zookeepers and the solr nodes but I still don't get
prompted fo
Any idea where this database is stored on the file system. I don’t want to
read it but just know where it resides.
Thanks
On Fri, Aug 31, 2018 at 7:15 AM Shawn Heisey wrote:
> On 8/30/2018 10:15 PM, Sushant Vengurlekar wrote:
> > Where does zookeeper store the collection info
Where does zookeeper store the collection info on local filesystem on
zookeeper?
Thank you
I have a dataimport working on standalone solr instance but the same
doesn't work on solrcloud. I keep on hitting this error
Full Import failed:java.lang.RuntimeException:
java.lang.RuntimeException:
org.apache.solr.handler.dataimport.DataImportHandlerException:
Exception in invoking url
The url
PLICA to
> build out the collection.
>
> There's no way to say "reconcile this arbitrary index I built with
> stand-alone with my SolrCloud collection", so it'a all manual.
>
> Best,
> Erick
>
> On Mon, Aug 20, 2018 at 12:38 PM, Sushant Vengurlekar
> wr
I have a question regarding updating the indexes on solrcloud with indexes
from a standalone solr server. We have a solrcloud which is running. We
have couple of cores on that standalone solr instance which are also
present on the solrcloud as collections. I need to bring in updated indexes
from th
I have followed this guide for monitoring the solrcloud
https://lucene.apache.org/solr/guide/7_3/monitoring-solr-with-prometheus-and-grafana.html
I have basic authentication enabled for the solrcloud. How do I configure
the solr-exporter to authenticate with the set username and password.
Thank y
How do I subscribe to the zk mailing list?
Thanks
On Fri, Jul 6, 2018 at 8:11 AM Shawn Heisey wrote:
> On 7/6/2018 6:20 AM, Sushant Vengurlekar wrote:
> > I am setting up zookeeper ensemble on aws ecs and due to the difference
> in
> > time at which all the zookeeper inst
server.1=zk-1.example.local:2888:3888
> server.2=zk-2.example.local:2888:3888
> server.3=zk-3.example.local:2888:3888
>
>
> On Fri, Jul 6, 2018 at 3:03 PM Sushant Vengurlekar <
> svengurle...@curvolabs.com> wrote:
>
> > I want to use a FQDN of each of the zookeeper instances
I want to use a FQDN of each of the zookeeper instances instead of the IP
address in the zookeeper config. has anyone done this before and can point
to some examples.
Thank you
I am setting up zookeeper ensemble on aws ecs and due to the difference in
time at which all the zookeeper instances come up they timeout during the
election process and all of them fail one after another. how can I make
sure that there is some delay before they all start or how to increase the
tim
u need and let Solr do the rest
> of the work. Why do you think you need to specify how docs
> are routed based on some field?
>
> Best,
> Erick
>
> On Mon, Jul 2, 2018 at 6:06 PM, Sushant Vengurlekar
> wrote:
> > I want to split a collection based on one field. How do
I want to split a collection based on one field. How do I do it and then
query based off that.
Ex: collection1. Field to split off col1
Thank you
ve, if that node goes away
> it's your php program that's not Zookeeper-aware.
>
> If you were using "CloudSolrClient" in SolrJ, it _is_ Zookeeper
> aware and you would not need a load balancer. But again
> that's because it knows the cluster topology (it r
oes away
> it's your php program that's not Zookeeper-aware.
>
> If you were using "CloudSolrClient" in SolrJ, it _is_ Zookeeper
> aware and you would not need a load balancer. But again
> that's because it knows the cluster topology (it registers its own
&g
PHP then you can
> probably keep a list of Solr nodes in configuration and randomly choose
> one. A better implementation would be to setup a load balancer and put all
> Solr nodes behind it and query the load balancer URL in your application.
>
> On Sat, Jun 30, 2018 at 7:31 AM Sus
I have a question regarding querying in solrcloud.
I am working on php code to query solrcloud for search results. Do I send
the query to zookeeper or send it to a particular solr node? How does the
querying process work in general.
Thank you
it meets your response time requirements.
>
> Best,
> Erick
>
> On Wed, Jun 20, 2018 at 10:39 AM, Sushant Vengurlekar
> wrote:
> > The index size is small because this is my local development copy. The
> > production index is more than 20GB. So I am working on gettin
s.
>
> Best,
> Erick
>
> On Wed, Jun 20, 2018 at 9:40 AM, Sushant Vengurlekar
> wrote:
> > How can I resolve this error?
> >
> > On Wed, Jun 20, 2018 at 9:11 AM, Alexandre Rafalovitch <
> arafa...@gmail.com>
> > wrote:
> >
> >>
How can I resolve this error?
On Wed, Jun 20, 2018 at 9:11 AM, Alexandre Rafalovitch
wrote:
> This seems more related to an old index upgraded to latest Solr rather than
> the split itself.
>
> Regards,
> Alex
>
> On Wed, Jun 20, 2018, 12:07 PM Sushant Vengu
,
> Alex
>
> On Wed, Jun 20, 2018, 12:07 PM Sushant Vengurlekar, <
> svengurle...@curvolabs.com> wrote:
>
> > Thanks for the reply Alessandro! Appreciate it.
> >
> > Below is the full request and the error received
> >
> > curl '
>
Thanks for the reply Alessandro! Appreciate it.
Below is the full request and the error received
curl '
http://localhost:8081/solr/admin/collections?action=SPLITSHARD&collection=dev-transactions&shard=shard1
'
{
"responseHeader":{
"status":500,
"QTime":7920},
"success":{
"so
How do I split indexes which are more than 2GB in size.
I get this error when I try to use SPLITSHARD on a collection of size more
than 2GB
2018-06-20 02:25:49.810 ERROR (qtp1025799482-19) [ ] o.a.s.s.HttpSolrCall
null:org.apache.solr.common.SolrException: SPLITSHARD failed to invoke
SPLIT core
in any auxiliary files under them, not
> a relative path _on Zookeeper_.
>
> So try putting your synonyms_vendors.txt in
> configsets/conf/helpers/synonyms_vendors.txt, then
> reference it as helpers/synonyms_vendors.txt.
>
> Best,
> Erick
>
> On Tue, Jun 19, 2018 at 10
Sushant
>
> replicationFactor defaults to 1 and is not mandatory.
> numShards is mandatory, where you’d equate it to 1.
>
> Aroop
>
> > On Jun 19, 2018, at 12:29 PM, Sushant Vengurlekar <
> svengurle...@curvolabs.com> wrote:
> >
> > Thank you Eric.
> >
> >
;
> After verifying your setup, use the Collections SPLITSHARD command.
>
> Best,
> Erick
>
> On Tue, Jun 19, 2018 at 10:50 AM, Sushant Vengurlekar
> wrote:
> > I created a solr cloud collection with 2 shards and a replication factor
> of
> > 2. How can
I created a solr cloud collection with 2 shards and a replication factor of
2. How can I load data into this collection which I have currently stored
in a core on a standalone solr. I used the conf from this core on
standalone solr to create the collection on the solrcloud
Thank you
I have this line in my schema.xml
synonyms="../../helpers/synonyms_vendors.txt"
My current folder structure is
solr
- helpers
synonyms_vendors.txt
-configsets
- collection1
-conf
schema.xml
solrconfig.xml
I get the below error wh
29 matches
Mail list logo