Re: SolrCloud request routing URL structure

2024-12-10 Thread David Smiley
On Tue, Dec 10, 2024 at 5:36 PM Chris Hostetter wrote: > > I don't disagree with any of your points. If anything i think the problem > is more egregious then you characterize it (especially in the case of > requests for specific replicas that have been (re)moved -- IIRC not only > does the Solr

Re: DELETEREPLICA / Core-UNLOAD blocks/hangs

2024-12-10 Thread David Smiley
There is good testing that Solr closes most things that should be closed including cores. Still... I could see UNLOAD being enhanced to insist the core be closed after a few minutes. On Tue, Dec 10, 2024 at 2:17 PM Zack Kendall wrote: > We have scripts that use the Solr Replica management APIs.

Re: SolrCloud request routing URL structure

2024-12-10 Thread Chris Hostetter
I don't disagree with any of your points. If anything i think the problem is more egregious then you characterize it (especially in the case of requests for specific replicas that have been (re)moved -- IIRC not only does the Solr node return 404, but before doing that it forcibly refreshes

DELETEREPLICA / Core-UNLOAD blocks/hangs

2024-12-10 Thread Zack Kendall
We have scripts that use the Solr Replica management APIs. The scripts use the async parameter and poll for it to be finished. Fairly regularly the DELETEREPLICA action will *never* finish. I have eventually enabled enough logging to see that it is spinning on this: > INFO (parallelCoreAdminExe

Re: Solr 9.8.0 - branching and releasing plan

2024-12-10 Thread Anshum Gupta
That sounds good to me. On Tue, Dec 10, 2024 at 1:36 AM David Smiley wrote: > Anshum, > I'd like to deprecate some methods that I will be removing in main: > > https://github.com/apache/solr/pull/2898 for some > ClusterState/DocCollection/Replica methods > > https://github.com/apache/solr/pull/2