Re: Solr partial shutdown problem

2022-01-24 Thread Jan Høydahl
Such a big change in behavior is best done in major release. It’s not a bit problem for systems like k8s that use liveness probes. But for normal installs and for plain Docker installs it would be a benefit if the jvm process simply exits on fatal error, so the daemon process need not be as adva

Re: Multi-thread search

2022-01-24 Thread Joel Bernstein
Thanks! I'll take a look. Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jan 24, 2022 at 3:33 PM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > SOLR-13350 > > On Tue, 25 Jan, 2022, 2:01 am Joel Bernstein, wrote: > >> I'm not sure if this topic has come up before, I'm interes

Re: Multi-thread search

2022-01-24 Thread Ishan Chattopadhyaya
SOLR-13350 On Tue, 25 Jan, 2022, 2:01 am Joel Bernstein, wrote: > I'm not sure if this topic has come up before, I'm interested in having > Solr use Lucene's threaded search capability. There are situations where > this could really help with performance I believe. Has anyone tried to > tackle t

Multi-thread search

2022-01-24 Thread Joel Bernstein
I'm not sure if this topic has come up before, I'm interested in having Solr use Lucene's threaded search capability. There are situations where this could really help with performance I believe. Has anyone tried to tackle this before? Joel Bernstein http://joelsolr.blogspot.com/

Re: Solr partial shutdown problem

2022-01-24 Thread Mike Drob
Is this a 9.0 blocker? Seems like any APIs we change would be internal only? On Mon, Jan 24, 2022 at 9:26 AM Jan Høydahl wrote: > Hi, > > Solr runs in a servlet container (Jetty), and normally you want one webapp > to not be able to cause issues for another one by e.g. running > System.exit(). >

Re: Prometheus Exporter; new location?

2022-01-24 Thread Houston Putman
I've created SOLR-15954 to track the work for Option A On Fri, Jan 14, 2022 at 4:26 AM Jan Høydahl wrote: > Big benefit of (B) is same release cycle as solr, perhaps same version, > piggy-back on releaseWizard (perhaps not even any new steps), a

Re: [DISCUSS] Standardizing module naming

2022-01-24 Thread Jason Gerlowski
1. [Do we want a convention?] I'd be fine with a convention as long as we're willing to be flexible on it or evolve it as more modules come in. If we're expecting that 9.x will bring in other new modules but we don't know what those are, then we can't be too strict on any particular naming. 2. [sh

Re: custom PostFilter

2022-01-24 Thread Joel Bernstein
What you are describing is very similar to collapse (CollapsingQParsePlugin) which needs to keep all the group heads in memory. Recently block collapse was introduced which means only one group head needs to be in memory at one time when all the documents in the same group are indexed in the same

Solr partial shutdown problem

2022-01-24 Thread Jan Høydahl
Hi, Solr runs in a servlet container (Jetty), and normally you want one webapp to not be able to cause issues for another one by e.g. running System.exit(). But Solr is different, it is the only servlet in the container, and in certain cases (such as syntax error in config files during startup),

Re: Proposal for node configs to adhere to immutable infrastructure

2022-01-24 Thread David Smiley
There is an alternative approach to achieve the aims here, which I think is a bit simpler. No SOLR_VAR env; we don't need it. Instead SOLR_HOME is that. Anything that goes in SOLR_HOME would be resolved with defaulting logic off of SOLR_TIP (solr install dir) at the typical paths from there (e.g

custom PostFilter

2022-01-24 Thread Dan Rosher
Hi, We have a use case ( to calc commute time) to run an expensive filter that sends filtered docs (along with their lat/lon) to a partner SaaS to calc commute time. I was thinking of writing as a PostFilter, but need to first gather all the docs (and scores) in the DelegatingCollector.collector

Re: New branch and feature freeze for Solr 9.0.0

2022-01-24 Thread Ishan Chattopadhyaya
Hi Jan, I'd like us to include https://issues.apache.org/jira/browse/SOLR-15951 (Local packages) to 9.0. I expect that we can wrap it up in a week (with reviews etc.) and it is essentially a build related change. It is a way for the user to load the contribs/modules through the package manager fro

[VOTE][RESULT] Stop releasing Solr binary ZIP artifact

2022-01-24 Thread Jan Høydahl
This vote has run for >72h, and the vote results are: +1: 7 +0: 1 -1: 0 The vote has PASSED. I'll follow up in JIRA. Jan - To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org For additional commands, e-mail: dev-h...@s

Re: [VOTE] Stop releasing Solr binary ZIP artifact

2022-01-24 Thread Jason Gerlowski
+1 from me as well - sorry this just escaped my notice initially. On Thu, Jan 20, 2022 at 12:46 AM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > +1 > > On Thu, 20 Jan, 2022, 8:28 am Timothy Potter, > wrote: > >> +1 from me as well. >> >> On Wed, Jan 19, 2022 at 7:47 PM Noble Paul w