Re: transient cores in Solr Cloud

2024-09-12 Thread Ilan Ginzburg
I think the fundamental underlying question is how SolrCloud is run. I’m under the impression that most deployments of SolrCloud tend to use all collections/shards all the time, in which case unloading cores is not overly useful. The use case for transient cores is when different collections or di

Re: Overlapping arguments (SOLR-17383)

2024-09-12 Thread David Eric Pugh
In the section on "Arguments and Flags" in https://clig.dev/#arguments-and-flags, they suggestion that --version is for Version.  And that due to the confusion of -v for Version or Verbose, to use -d and --debug and skip the verbose concept completely.  I think the --version would only apply t

RE: Re: Exception handling in background tasks

2024-09-12 Thread Andrey Bozhko
Hi all, I finally got some time to work on this - I created SOLR-17448, and opened a draft PR here: https://github.com/apache/solr/pull/2707. Appreciate if you have any comments/suggestions. Thanks, Andrey