Re: Solr 7.6 JoinQueryParser with Muti Threaded Facet stops solr core with Exceptions

2019-08-23 Thread Mikhail Khludnev
Raised https://issues.apache.org/jira/browse/SOLR-13715 On Fri, Aug 23, 2019 at 12:20 PM harjagsbby wrote: > I dint quite get your question.Our Solr collection under contention is not > shareded. Data being joint is collocated.INfact multithreaded facet help > our > performance. > > Afer debugg

Re: Solr 7.6 JoinQueryParser with Muti Threaded Facet stops solr core with Exceptions

2019-08-23 Thread harjagsbby
I dint quite get your question.Our Solr collection under contention is not shareded. Data being joint is collocated.INfact multithreaded facet help our performance. Afer debugging more solr 7 calls JoinQParserPlugin createWeight is called by each thread of multithreaded facets but not in solr 6. I

Re: Solr 7.6 JoinQueryParser with Muti Threaded Facet stops solr core with Exceptions

2019-08-22 Thread Mikhail Khludnev
This case is worth to be covered with test. Beside of that, if join is executed in multiple threads it might make bigger footprint that gain from employing threads. Does it make and impact for consequent searches? On Thu, Aug 22, 2019 at 8:42 AM harjagsbby wrote: > Few deatils added. > > public

Re: Solr 7.6 JoinQueryParser with Muti Threaded Facet stops solr core with Exceptions

2019-08-21 Thread harjagsbby
Few deatils added. public void close() { int count = refCount.decrementAndGet(); if (count > 0) return; // close is called often, and only actually closes if nothing is using it. if (count < 0) { log.error("Too many close [count:{}] on {}. Please report this exception to solr-us

Re: Solr 7.6 JoinQueryParser with Muti Threaded Facet stops solr core with Exceptions

2019-08-21 Thread harjagsbby
Few deatils added. public void close() { int count = refCount.decrementAndGet(); if (count > 0) return; // close is called often, and only actually closes if nothing is using it. if (count < 0) { log.error("Too many close [count:{}] on {}. Please report this exception to solr-us

Re: Solr 7.6 JoinQueryParser with Muti Threaded Facet stops solr core with Exceptions

2019-07-16 Thread harjagsbby
SolrQuery used: q=*:*&defType=edismax&fl=comboid,skuid&start=0&rows=15&facet.limit=100&variant=A&debugQuery=true&debug.explain.structured=true&fq=!status_facet:inactive&fq=!mode:AF_ONLY&fq=**{!join+from=skuid+to=skuid+fromIndex=promotion_rules}id:promo-opera-test-1000_promo-opera-test-1000**&enable