Details
-
Bug
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
21
-
b16
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8309222 | 17-pool-oracle | Weibing Xiao | P4 | Closed | Withdrawn |
Description
The sun/net/www/http/KeepAliveCache/B5045306.java test was observed failing once with:
java.lang.RuntimeException: Failed: Initial Keep Alive Connection is not being reused.
---------System.out:(4/129)----------
http server listen on: 43449
First connection on client port = 35618
Second connection on client port = 35624
server sleeping...
----------System.err:(12/765)----------
java.lang.RuntimeException: Failed: Initial Keep Alive Connection is not being reused
at B5045306.clientHttpCalls(B5045306.java:112)
at B5045306.main(B5045306.java:70)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:125)
at java.base/java.lang.Thread.run(Thread.java:1623)
java.lang.RuntimeException: Failed: Initial Keep Alive Connection is not being reused.
---------System.out:(4/129)----------
http server listen on: 43449
First connection on client port = 35618
Second connection on client port = 35624
server sleeping...
----------System.err:(12/765)----------
java.lang.RuntimeException: Failed: Initial Keep Alive Connection is not being reused
at B5045306.clientHttpCalls(B5045306.java:112)
at B5045306.main(B5045306.java:70)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:125)
at java.base/java.lang.Thread.run(Thread.java:1623)
Attachments
Issue Links
- backported by
-
JDK-8309222 sun/net/www/http/KeepAliveCache/B5045306.java: java.lang.RuntimeException: Failed: Initial Keep Alive Connection is not being reused
-
- Closed
-
- relates to
-
JDK-7026262 HttpServer: improve handling of finished HTTP exchanges
-
- Resolved
-
-
JDK-8282354 Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/ tests
-
- Resolved
-