The design of ClusterStateProvider & ClusterState

2024-04-04 Thread David Smiley
I've been looking at HttpClusterStateProvider lately, and of ClusterState. It has a method getClusterState which goes and loads the complete ClusterState (all collections with all state info). ClusterState is immutable. At a massive collection scale, such a method is very disconcerting! Thankful

Re: Unable to build tag releases/solr/9.5.0

2024-04-04 Thread Shawn Heisey
On 4/4/24 09:00, Isabelle Giguere wrote: Hello devs; I checked out tag releases/solr/9.5.0 https://github.com/apache/solr/tree/releases/solr/9.5.0 github.com/apache/solr/tree/releases/solr/9.5.0> I'm trying to build locally: ./gradlew build --write-locks The build fails very fast: I ran the

Re: Unable to build tag releases/solr/9.5.0

2024-04-04 Thread Isabelle Giguere
Another update: As a workaround, I had to set the dependency version directly in the build.gradle files that declare a dependency on com.fasterxml.*. This is ugly, obviously. But at least I can continue to work for a bit. Please let me know if this helps to diagnose the issue. Thank you. ***

Re: Unable to build tag releases/solr/9.5.0

2024-04-04 Thread Isabelle Giguere
Update: Now I can't build Solr 10 either. Sigh. A different set of dependencies are not found. Isabelle Giguère Computational Linguist & Java Developer Linguiste informaticienne & développeur java De : Isabelle Giguere Envoyé : 4 avril 2024 11:00 À : dev solr

Can I get a LGTM on https://github.com/apache/solr/pull/2378 ? CloudSolrClient builder change..

2024-04-04 Thread Eric Pugh
Discovered a bug in how we set up CloudHttp2SolrClient with httpClient builder while debugging Export Tool + Basic Auth. Would love a second set of eyes. Eric ___ Eric Pugh | Founder | OpenSource Connections, LLC | 434.466.1467 | http://www.opensourceconnections.com