Re: Solr using all available CPU and becoming unresponsive

2021-01-12 Thread Jeremy Smith
Hi Jeremy, Can you share your analysis chain configs? (SOLR-13336 can manifest in a similar way, and would affect 7.3.1 with a susceptible config, given the right (wrong?) input ...) Michael On Mon, Jan 11, 2021 at 5:27 PM Jeremy Smith wrote: > Hello all, > We have been struggling wit

Solr using all available CPU and becoming unresponsive

2021-01-11 Thread Jeremy Smith
Hello all, We have been struggling with an issue where solr will intermittently use all available CPU and become unresponsive. It will remain in this state until we restart. Solr will remain stable for some time, usually a few hours to a few days, before this happens again. We've tried a

Re: Starting optimize... Reading and rewriting the entire index! Use with care

2019-01-16 Thread Jeremy Smith
How are you calling the dataimport? As I understand it, optimize defaults to true, so unless you explicitly set it to false, the optimize will occur after the import. From: talhanather Sent: Wednesday, January 16, 2019 7:57:29 AM To: solr-user@lucene.apache.or

Re: DateRangeField requires month?

2019-01-15 Thread Jeremy Smith
75464/lucene/spatial-extras/src/java/org/apache/lucene/spatial/prefix/tree/DateRangePrefixTree.java#L462 > Don't know what to do with it... At least I'm going to update the doc. > > On Mon, Jan 14, 2019 at 4:42 PM Jeremy Smith wrote: > >> Hi Mikhail, thanks for the respon

Re: DateRangeField requires month?

2019-01-14 Thread Jeremy Smith
unday, January 13, 2019 12:59:31 AM To: solr-user Subject: Re: DateRangeField requires month? Hello, Jeremy. See below. On Mon, Jan 7, 2019 at 5:09 PM Jeremy Smith wrote: > Hello, > > I am trying to use the DateRangeField and ran into an interesting > issue. According to the docume

DateRangeField requires month?

2019-01-07 Thread Jeremy Smith
Hello, I am trying to use the DateRangeField and ran into an interesting issue. According to the documentation (https://lucene.apache.org/solr/guide/7_6/working-with-dates.html), these are both valid for the DateRangeField: 2000-11 and 2000-11T13. I can confirm this is working in 7.6.

Re: SolrCloud Replication Failure

2018-11-06 Thread Jeremy Smith
conversation > there to try to get the right people involved. > > Kevin Risden > > > On Fri, Nov 2, 2018 at 7:57 AM Jeremy Smith wrote: > > > Hi Susheel, > > > > Yes, it appears that under certain conditions, if a follower is down > > when the l

Re: SolrCloud Replication Failure

2018-11-02 Thread Jeremy Smith
> > > >> > I haven't dug into why this is happening but it definitely > reproduces. I > > >> > removed the local requirements (port mapping and such) from the > gist you > > >> > posted (very helpful). I confirmed this

Re: SolrCloud Replication Failure

2018-11-01 Thread Jeremy Smith
n Risden On Wed, Oct 31, 2018 at 8:26 PM Jeremy Smith wrote: > Thanks Erick, this is 7.5.0. > > From: Erick Erickson > Sent: Wednesday, October 31, 2018 8:20:18 PM > To: solr-user > Subject: Re: SolrCloud Replication Failure > > What versi

Re: SolrCloud Replication Failure

2018-10-31 Thread Jeremy Smith
Thanks Erick, this is 7.5.0. From: Erick Erickson Sent: Wednesday, October 31, 2018 8:20:18 PM To: solr-user Subject: Re: SolrCloud Replication Failure What version of solr? This code was pretty much rewriten in 7.3 IIRC On Wed, Oct 31, 2018, 10:47 Jeremy Smith

SolrCloud Replication Failure

2018-10-31 Thread Jeremy Smith
Hi all, We are currently running a moderately large instance of standalone solr and are preparing to switch to solr cloud to help us scale up. I have been running a number of tests using docker locally and ran into an issue where replication is consistently failing. I have pared down the