Hi All,
In our product, we use Jetty 9.4.19 version and upgraded JDK from 8u241 to 8u261.
As part of this upgrade, we removed the alpn-boot jar from the boot-classpath.
We need a input whether for this Java upgrade, Jetty package version upgrade is mandatory?
If yes, please let us know which version of jetty package needs to be upgraded for jdk 8u261.
The above query raised because the JMeter automation testcase that we are using for is failing for us once upgraded JDK from 8u241 to 8u261 whereas the Jmeter log has exception in Jetty Http2 client as below. JMeter has jetty bundle 9.4.26
version (jetty-client alone 9.4.19 version). Our application and automation will run in the same machine.
2020-09-11 20:27:26,789 DEBUG o.e.j.i.WriteFlusher: update WriteFlusher@784218bd{FAILED}->null:WRITING!->FAILED
2020-09-11 20:27:26,789 DEBUG o.e.j.h.HTTP2Flusher: Failing, entries processed/pending/queued=3/0/0
java.io.IOException: Broken pipe
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1089) ~[jetty-io-9.4.26.v20200117.jar:9.4.26.v20200117]
at org.eclipse.
Also, our application act as both HTTP2(Https) client and server.
Regards,
Abirami.S