Re: Problem with using classes from BOTH httpclients in Http2SolrClient

2023-03-28 Thread Kevin Risden
https://issues.apache.org/jira/browse/SOLR-16723 and MR posted. Kevin Risden On Tue, Mar 28, 2023 at 3:34 PM Houston Putman wrote: > I agree we shouldn't need the apache client when jetty is used. But making > Apache and Jetty implementations of the APIs is a big ask, and I'm not sure > it's w

Re: Problem with using classes from BOTH httpclients in Http2SolrClient

2023-03-28 Thread Houston Putman
I agree we shouldn't need the apache client when jetty is used. But making Apache and Jetty implementations of the APIs is a big ask, and I'm not sure it's worth the maintenance effort. - Houston On Tue, Mar 28, 2023 at 3:32 PM Kevin Risden wrote: > This was introduced here - > > https://github

Re: Problem with using classes from BOTH httpclients in Http2SolrClient

2023-03-28 Thread Kevin Risden
This was introduced here - https://github.com/apache/solr/commit/8efed0555898f485d435d53a72cb6441507d81e1#diff-db379c74efc9ff28acfd7571b07e16dbcdaa510783f2bee835b4a288927b5b3d It looks like it inadvertently copied from HttpSolrClient.java and used ContentType.parse(ct).getMimeType() instead of Mim

Re: [ANNOUNCE] Apache Solr 9.2.0 released

2023-03-28 Thread Alessandro Benedetti
Well done Houston and everyone involved in this release! -- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Solr PMC Member* e-mail: a.benede...@sease.io *Sease* - Information Retrieval Applied Consulting | Training | Open Source Websi

shard with no leader if Zookeeper session expires at an unlucky moment

2023-03-28 Thread Pierre Salagnac
Hello everyone, I'm investigating issues where a replica ends in having no leader, and I wonder whether my specified cases were already discussed somewhere. More specifically in the code, I (with the help of my colleagues) identified two gaps where we exit the leadership process, without going bac