Re: Restart on a node triggers restart like impact on all the other nodes in cluster

2023-09-14 Thread Shawn Heisey
On 9/14/23 07:16, rajani m wrote: Karl, I like your suggestion and will keep in mind for k8 cluster implementation. For now, interestingly, shards remain in recovery state until the first searcher listen

Re: Optimal Sharding Strategy for Solr Cloud v8.10

2023-09-14 Thread Walter Underwood
I would have thought it would be a huge hassle, but it isn’t. We build a cluster with ArgoCD and Kubernetes deployments. The nodes all report to DataDog. The only real bother is that it is hard to go directly to the admin UI on a specific node, something doesn’t work right with the hostnames and

Re: Restart on a node triggers restart like impact on all the other nodes in cluster

2023-09-14 Thread Karl Stoney
I explained what we do because the logical implementation could be applied to non-kubernetes deployments too, and you asked about warming shards 😊 As far as I’m aware, there’s nothing native to do that, so you’d have to implement something yourself – which by the sounds of it you might have done

Re: Join and Distributed Search

2023-09-14 Thread Walter Underwood
Thanks, that documentation is clear. —wunder > On Sep 14, 2023, at 1:02 AM, Mikhail Khludnev wrote: > > It sounds like > https://solr.apache.org/guide/solr/latest/query-guide/join-query-parser.html#joining-across-single-shard-collections > right? > > On Thu, Sep 14, 2023 at 1:46 AM Walter Under

Re: Restart on a node triggers restart like impact on all the other nodes in cluster

2023-09-14 Thread rajani m
Karl, I like your suggestion and will keep in mind for k8 cluster implementation. For now, interestingly, shards remain in recovery state until the first searcher listener completes replaying queries and w

Re: Restart on a node triggers restart like impact on all the other nodes in cluster

2023-09-14 Thread Karl Stoney
Just noticed this thread and thought I’d chime in with my experiences. I run Solr on Kubernetes and it’s pretty high throughput (it powers the search for autotrader.co.uk). During node rollouts, which happen for a variety of reasons (solr upgrades, Kubernetes upgrades, etc) we experience those

Re: build issue

2023-09-14 Thread Jan Høydahl
You may need Perl installed for that: https://github.com/apache/solr/blob/main/gradle/documentation/changes-to-html.gradle#L23. See https://github.com/apache/solr/blob/main/dev-docs/how-to-contribute.adoc for some details. Jan > 13. sep. 2023 kl. 19:39 skrev Nope nope : > > I am currently try

Re: Join and Distributed Search

2023-09-14 Thread Mikhail Khludnev
It sounds like https://solr.apache.org/guide/solr/latest/query-guide/join-query-parser.html#joining-across-single-shard-collections right? On Thu, Sep 14, 2023 at 1:46 AM Walter Underwood wrote: > As I said, these are two different collections. —wunder > > > On Sep 13, 2023, at 12:08 PM, Mikhail