Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1

2020-05-16 Thread vishal patel
Solr 6.1.0 : 1881 Here is my thread dump stack trace and log for Solr 6.1.0. It is helpful for you. My threads: qtp557041912-245356 and qtp557041912-245342. https://drive.google.com/file/d/1owtotYEnJacMiEZyuGLk3AHQ9kQG5rww/view?usp=sharing Regards Vishal Patel

Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1

2020-05-16 Thread vishal patel
Thanks for reply. I know Query field value is large. But same thing is working fine in Solr 6.1.0 and query executed within 300 milliseconds. Schema.xml and Solrconfig.xml are same. Why is it taking lots of time for execution in Solr 8.3.0? Is there any changes in Solr 8.3.0? Regards, Vishal P

Re: using aliases in topic stream

2020-05-16 Thread Joel Bernstein
I think you probably found the problem. The persisting of checkpoints should not use aliases but in theory the aliases could work for the main collection. It may be that the decision was made not to support aliases for the topic stream because the checkpoints for each shard are saved and changing t

Re: Unbalanced shard requests

2020-05-16 Thread Tomás Fernández Löbbe
I just backported Michael’s fix to be released in 8.5.2 On Fri, May 15, 2020 at 6:38 AM Michael Gibney wrote: > Hi Wei, > SOLR-14471 has been merged, so this issue should be fixed in 8.6. > Thanks for reporting the problem! > Michael > > On Mon, May 11, 2020 at 7:51 PM Wei wrote: > > > > Thanks

Re: What is the logical order of applying sorts in SOLR?

2020-05-16 Thread David Hastings
the bq parameter, heres a SO thread for it: https://stackoverflow.com/questions/45150856/how-to-know-when-to-use-solr-bq-vs-bf-and-how-to-apply-query-logic On Sat, May 16, 2020 at 6:27 PM Stephen Lewis Bianamara < stephen.bianam...@gmail.com> wrote: > Hi Paras, > > I'm not sure I follow. How wou

Re: What is the logical order of applying sorts in SOLR?

2020-05-16 Thread Stephen Lewis Bianamara
Hi Paras, I'm not sure I follow. How would one replace sort by id with boosting? Thanks, Stephen On Fri, May 15, 2020, 7:43 AM Paras Lehana wrote: > As a workaround, can you try field boosting? > > On Tue, 12 May 2020 at 00:45, Stephen Lewis Bianamara < > stephen.bianam...@gmail.com> wrote: >

RE: using aliases in topic stream

2020-05-16 Thread Nightingale, Jonathan A (US)
Joel, I looked at the commits from that enhancement briefly. It looks like the work to resolve te slices was put into a central method in CLoudSolrStream. But to check aliases the Boolean flag needs to be true. Everywhere this is used in TopicStream its set to false (3 places). The first two ar

Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1

2020-05-16 Thread Mikhail Khludnev
It seems this thread is doing heavy work, mind the bottom line. 202.8013ms 124.8008ms qtp153245266-156 (156) org.apache.lucene.search.similarities.BM25Similarity$BM25Scorer.(BM25Similarity.java:219) org.apache.lucene.search.similarities.BM25Similarity.scorer(BM25Similarity.java:192) org.apache.luc

Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1

2020-05-16 Thread vishal patel
Thanks for reply. I have taken a thread dump at the time of query execution. I do not know the thread name so send the All threads. I have also send the logs so you can get idea. Thread Dump All Stack Trace: https://drive.google.com/file/d/1N4rVXJoaAwNvPIY2aw57gKA9mb4vRTMR/view Solr 8.3 shard 1

Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1

2020-05-16 Thread Mikhail Khludnev
Can you check Thread Dump in Solr Admin while Solr 8.3 crunches query for 34 seconds? Please share the deepest thread stack. This might give a clue what's going on there. On Sat, May 16, 2020 at 11:46 AM vishal patel wrote: > Any one is looking my issue? Please help me. > > Sent from Outlook

Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1

2020-05-16 Thread vishal patel
Any one is looking my issue? Please help me. Sent from Outlook From: vishal patel Sent: Friday, May 15, 2020 3:06 PM To: solr-user@lucene.apache.org Subject: Re: Performance issue in Query execution in Solr 8.3.0 and 8.5.1 I have result