RE: Solr Replication being flaky (6.2.0)

2018-01-19 Thread Pouliot, Scott
Heisey [mailto:apa...@elyograg.org] Sent: Friday, January 19, 2018 1:49 PM To: solr-user@lucene.apache.org Subject: Re: Solr Replication being flaky (6.2.0) On 1/19/2018 11:27 AM, Shawn Heisey wrote: > On 1/19/2018 8:54 AM, Pouliot, Scott wrote: >> I do have a ticket in with our system

RE: Solr Replication being flaky (6.2.0)

2018-01-19 Thread Pouliot, Scott
2c78448b6aba889567990e7fe%7C1%7C0%7C636519827178716698&sdata=DxnChrfyTbRDjB7HzqpOE%2BvOJRIxdnrXVCIyfoMjJPU%3D&reserved=0 Best, Erick On Fri, Jan 19, 2018 at 9:32 AM, Pouliot, Scott wrote: > Erick, > > Thanks! Could these settings be toying with replication? Solr itself seems >

RE: Solr Replication being flaky (6.2.0)

2018-01-19 Thread Pouliot, Scott
unlimited. We've included warnings at startup for open files and processes, see SOLR-11703 Best, Erick On Fri, Jan 19, 2018 at 7:54 AM, Pouliot, Scott wrote: > I do have a ticket in with our systems team to up the file handlers since I > am seeing the "Too many files open" err

RE: Solr Replication being flaky (6.2.0)

2018-01-19 Thread Pouliot, Scott
Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: Friday, January 19, 2018 10:48 AM To: solr-user@lucene.apache.org Subject: Re: Solr Replication being flaky (6.2.0) On 1/19/2018 7:50 AM, Pouliot, Scott wrote: > So we're running Solr in a Master/Slave configuration (1

RE: Solr Replication being flaky (6.2.0)

2018-01-19 Thread Pouliot, Scott
n 19, 2018 at 9:50 AM, Pouliot, Scott < scott.poul...@peoplefluent.com> wrote: > So we're running Solr in a Master/Slave configuration (1 of each) and > it seems that the replication stalls or stops functioning every now > and again. If we restart the Solr service or optimiz

Solr Replication being flaky (6.2.0)

2018-01-19 Thread Pouliot, Scott
So we're running Solr in a Master/Slave configuration (1 of each) and it seems that the replication stalls or stops functioning every now and again. If we restart the Solr service or optimize the core it seems to kick back in again. Anyone have any idea what might be causing this? We do have a

Re: Limit to the number of cores supported?

2017-07-18 Thread Pouliot, Scott
ugh file handles (fix with ulimit) But without more specific info about what Solr reports in the log it's impossible to say much. Best, Erick On Mon, Jul 17, 2017 at 10:41 AM, Pouliot, Scott wrote: > Hey guys. > > We're running SOLR 6.2.0 in a master/slave configuration and I w

Limit to the number of cores supported?

2017-07-17 Thread Pouliot, Scott
Hey guys. We're running SOLR 6.2.0 in a master/slave configuration and I was wondering if there is a limit to the number of cores this setup can support? We're having random issue where a core or 2 will stop responding to POSTS (GETS work fine) until we restart SOLR. We've currently got 140+ c

RE: Master/Slave out of sync

2017-06-27 Thread Pouliot, Scott
url? I.e. http://server:port/solr/core/update?commit=true? And what are the autocommit settings on the slave? Best, Erick On Tue, Jun 27, 2017 at 7:22 AM, Pouliot, Scott < scott.poul...@peoplefluent.com> wrote: > Hey guys… > > > > Does anyone else have a problem with the

Master/Slave out of sync

2017-06-27 Thread Pouliot, Scott
Hey guys... Does anyone else have a problem with the master/slave setup getting out of sync and staying that way until I either optimize the core or restart SOLR? It seems to be happening more and more frequently these days and I'm looking for a solution here. Running SOLR 6.2 on these instan

RE: Solr 6.2 - Creating cores via replication from master?

2017-04-12 Thread Pouliot, Scott
To: solr-user@lucene.apache.org Subject: Re: Solr 6.2 - Creating cores via replication from master? On 4/12/2017 2:05 PM, Pouliot, Scott wrote: > Is it possible to create a core on a master SOLR server and have it > automatically replicated to a new slave core? We're running SOLR

Solr 6.2 - Creating cores via replication from master?

2017-04-12 Thread Pouliot, Scott
Is it possible to create a core on a master SOLR server and have it automatically replicated to a new slave core? We're running SOLR 6.2 at the moment, and manually creating the core on the master, and then the slave. Once we feed the master we're good to go. My manager approached me with a ch

RE: SOLR 4.8.0 Master/Slave Replication Issues

2017-03-13 Thread Pouliot, Scott
Looks like changing the autoCommit maxTime setting is what did it for the replication issues. Thanks Andrea/Erick for the reminders and pointers! Scott -Original Message- From: Pouliot, Scott [mailto:scott.poul...@peoplefluent.com] Sent: Friday, March 10, 2017 11:09 AM To: solr-user

RE: SOLR 4.8.0 Master/Slave Replication Issues

2017-03-10 Thread Pouliot, Scott
econd interval, more a style thing I suppose. Best, Erick On Fri, Mar 10, 2017 at 7:23 AM, Pouliot, Scott wrote: > My apologies. We're running 2 different sets of SOLR instances, the version > with the replication problems is 6.2.0 and NOT 4.8.0. > > After readin

RE: SOLR 4.8.0 Master/Slave Replication Issues

2017-03-10 Thread Pouliot, Scott
/ message in the log file? Honestly I never used Solr 4.8.0 (this specific version) but I have a lot of customers with other 4.x (mostly 4.10.4) master / slave configuration and they don't have such problems. Best, Andrea On 09/03/17 22:26, Pouliot, Scott wrote: > So we've been having odd

SOLR 4.8.0 Master/Slave Replication Issues

2017-03-09 Thread Pouliot, Scott
So we've been having oddball replication issues between master and slave (Not SOLRCloud) for a few weeks now. Some days...everything lines up just fine. Other days things are off by a small amount between master and slave. Here is the config on the MASTER server replication config:

RE: Getting an error: was indexed without position data; cannot run PhraseQuery

2017-03-07 Thread Pouliot, Scott
le. But the bottom line is that indexes may be freely copied wherever you want as long as the bookkeeping is respected wrt hash ranges. I used to build Lucene indexes on a Windows box and copy it to a Unix server as long as I used binary copy Best, Erick On Tue, Mar 7, 2017 at 7:04 AM, Pou

RE: Getting an error: was indexed without position data; cannot run PhraseQuery

2017-03-07 Thread Pouliot, Scott
query fails, but try adding &debug=query to the URL and see what the parsed_query and parsed_query_toString() to see where phrases are getting generated. Best, Erick On Mon, Mar 6, 2017 at 5:26 PM, Pouliot, Scott wrote: > Hmm. We haven’t changed data or the definition in YEARS now. I&#

RE: Getting an error: was indexed without position data; cannot run PhraseQuery

2017-03-06 Thread Pouliot, Scott
And do reindex completely from scratch if you change the definitions. Best, Erick On Mon, Mar 6, 2017 at 1:41 PM, Pouliot, Scott wrote: > We keep getting this in our Tomcat/SOLR Logs and I was wondering if a simple > schema change will alleviate this issue: > > INFO - 2017-03-06 07:2

Getting an error: was indexed without position data; cannot run PhraseQuery

2017-03-06 Thread Pouliot, Scott
We keep getting this in our Tomcat/SOLR Logs and I was wondering if a simple schema change will alleviate this issue: INFO - 2017-03-06 07:26:58.751; org.apache.solr.core.SolrCore; [Client_AdvanceAutoParts] webapp=/solr path=/select params={fl=candprofileid,+candid&start=0&q=*:*&wt=json&fq=iss

RE: SOLRCloud on 6.4 on Ubuntu

2017-02-24 Thread Pouliot, Scott
his weekend and start the process over again. It's gotta work one of these times! Thanks for the info! -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: Friday, February 24, 2017 11:34 AM To: solr-user@lucene.apache.org Subject: Re: SOLRCloud on 6.4 on Ubuntu

RE: SOLRCloud on 6.4 on Ubuntu

2017-02-24 Thread Pouliot, Scott
tallation-zookeeper/ > https://sbdevel.wordpress.com/2016/11/30/70tb-16b-docs-4-machines-1-so > lrcloud/ (just to drool, but it may also be useful) > > Hope it helps, >Alex. > > http://www.solr-start.com/ - Resources for Solr users, new and > experienced > >

RE: SOLRCloud on 6.4 on Ubuntu

2017-02-24 Thread Pouliot, Scott
but it may also be useful) Hope it helps, Alex. http://www.solr-start.com/ - Resources for Solr users, new and experienced On 23 February 2017 at 16:12, Pouliot, Scott wrote: > I'm trying to find a good beginner level guide to setting up SolrCloud NOT > using the example

SOLRCloud on 6.4 on Ubuntu

2017-02-23 Thread Pouliot, Scott
I'm trying to find a good beginner level guide to setting up SolrCloud NOT using the example configs that are provided with SOLR. Here are my goals (and the steps I have done so far!): 1. Use an external Zookeeper server a. wget http://apache.claz.org/zookeeper/zookeeper-3.3.6/zoo