Eric, the flakiness is a bug about Http2 in Jetty. But Http2 can be
disabled (thus use Http1) and we still use the Jetty client. It's
discussed on this work item in the comments:
https://issues.apache.org/jira/browse/SOLR-16503
~ David Smiley
Apache Lucene/Solr Search Developer
http://www.linked
I don't think there is anything holding it up right now. I'll merge it to
main hopefully today. Let it sit and see what happens with test results.
Then look at backport to 9.x next week or week after.
Kevin Risden
On Thu, Nov 10, 2022 at 10:01 AM Houston Putman wrote:
> We decided that the Jet
We decided that the Jetty upgrade is important enough to be included in 9.2.
Lets get this merged then take a look at Jetty 11!
Anything else holding this up Kevib?
- Houston
On Thu, Nov 10, 2022 at 9:47 AM Eric Pugh wrote:
> Was chatting with folks about SOLR-16368, which starts migrating tes
Was chatting with folks about SOLR-16368, which starts migrating tests over to
the Http 2 Solr client, and someone mentioned that until we get to Jetty 10,
and the impending bug fix that will probably only show up on Jetty 10, that
this PR will potentially increase flakiness of our tests.
So...
Mark put together the initial Jetty 10 upgrade and I've been polishing off
the remaining pieces:
https://github.com/apache/solr/pull/585
I think this is in at least a reviewable state and a few folks have already
chimed in. It would be good to get a few more sets of eyes on this.
Thanks.
Kevin