Re: solr.log explanations for update handler

2019-10-02 Thread Mikhail Khludnev
Bonjour, Dominique. Turns out it's zero and elapsed millis https://github.com/apache/lucene-solr/blob/302cd09b4ce7bd3049f8480287b3dd03bb838b0d/solr/core/src/java/org/apache/solr/update/processor/LogUpdateProcessorFactory.java#L212 On Wed, Oct 2, 2019 at 12:56 PM Dominique Bejean wrote: > Hi,

Re: Synonym filters memory usage

2019-10-02 Thread Dominique Bejean
Thank you for all your responses. Dominique Le lun. 30 sept. 2019 à 13:38, Erick Erickson a écrit : > Solr/Lucene _better_ not have a copy of the synonym map for every segment, > if so it’s a JIRA for sure. I’ve seen indexes with 100s of segments. With a > large synonym file it’d be terrible. >

solr.log explanations for update handler

2019-10-02 Thread Dominique Bejean
Hi, I don't find explanations on what are the 2 numeric values mean at the end of these log lines. Regards. Dominique 2019-09-30 09:19:17.474 INFO (qtp2051853139-9577) [c:maCollection3s3r s:shard1 r:core_node11 x:maCollection3s3r_shard1_replica_t2] o.a.s.u.p.LogUpdateProcessorFactory

Solr admin interface freezes on Chrome

2019-10-02 Thread Mel Mason
Hi, Is anyone else experiencing problems using the admin interface on Chrome? It's been working for us for years, but suddenly this last week it's started freezing. It works fine until I run any query on a core, and then it'll return the data but then the page freezes and I can't scroll it.

Question regarding subqueries

2019-10-02 Thread Bram Biesbrouck
Hi all, I'm struggling with a little period-sign difficulty and instead of pulling out my hair, I wonder if any of you could help me out... Here's the query: q=uri:"/en/blah"=id,uri,children:[subquery]={!prefix f=id v=$ row.id}=* It just searches for a document with the field "uri" set to

Re: Question regarding subqueries

2019-10-02 Thread Mikhail Khludnev
Hello, Bram. Something like that is possible in principle, but it will take enormous efforts to tackle exact syntax. Why not something like children.fq=-parent:true ? On Wed, Oct 2, 2019 at 8:52 PM Bram Biesbrouck < bram.biesbro...@reinvention.be> wrote: > Hi all, > > I'm struggling with a

Read timed out exception during Solr Full-import

2019-10-02 Thread amruth
I am running SolrCloud in Production environment. When I trigger Full-import, it runs for 30 minutes or so and it is stuck. No matter how many times I run, I get the same error. When I look at logs I could see, java.net.SocketTimeoutException: Read timed out at

Re: Read timed out exception during Solr Full-import

2019-10-02 Thread Mikhail Khludnev
Hello, May it be related to https://issues.apache.org/jira/browse/SOLR-13735 ? On Wed, Oct 2, 2019 at 11:03 PM amruth wrote: > I am running SolrCloud in Production environment. When I trigger > Full-import, > it runs for 30 minutes or so and it is stuck. No matter how many times I > run, I

Fwd: Solr standalone timeouts after upgrading to SOLR 7

2019-10-02 Thread Solr User
Hello all, We recently moved to SOLR 7 from SOLR 6 about 2 weeks ago. Once each week (including today) we experienced query timeout issues with corresponding GC events. There was a spike in CPU up to 66% which is not something we previously saw w/ Solr 6. From the SOLR logs it looks like

Solr standalone timeouts after upgrading to SOLR 7

2019-10-02 Thread Solr User
Hello all, We recently moved to SOLR 7 from SOLR 6 about 2 weeks ago. Once each week (including today) we experienced query timeout issues with corresponding GC events. There was a spike in CPU up to 66% which is not something we previously saw w/ Solr 6. From the SOLR logs it looks like

Re: Read timed out exception during Solr Full-import

2019-10-02 Thread amruth
Hello Mikhail, Can you please point to the solution? -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Solr admin interface freezes on Chrome

2019-10-02 Thread Lucky Sharma
+1 for Mee too, I guess there are some API calls, PS: looking Into the same On Wed, 2 Oct, 2019, 9:17 pm Mel Mason, wrote: > Hi, > > Is anyone else experiencing problems using the admin interface on > Chrome? It's been working for us for years, but suddenly this last week > it's started

Re: Solr admin interface freezes on Chrome

2019-10-02 Thread Solr User
> Works fine on Firefox, and I > haven't made any changes to our Solr instance (v8.1.1) in a while. Had a co-worker with a similar issue. He had a pop-blocker enabled in chrome that was preventing some resource call (or something similar). When switching to Firefox everything worked without

Re: Solr admin interface freezes on Chrome

2019-10-02 Thread Yonik Seeley
Can someone open a JIRA to track this problem? -Yonik On Wed, Oct 2, 2019 at 7:04 PM Solr User wrote: > > Works fine on Firefox, and I > > haven't made any changes to our Solr instance (v8.1.1) in a while. > > Had a co-worker with a similar issue. He had a pop-blocker enabled in > chrome that