RFR: 8300172: java/net/httpclient/MappingResponseSubscriber.java failed with java.net.ConnectException [v3]

Daniel Fuchs dfuchs at openjdk.org
Wed Jan 18 11:37:36 UTC 2023


> The MappingResponseSubscriber test has been observed failing on windows in our CI due to a ConnectException.
> I am suspecting that some kind of connection limit enforced by the system has been reached.
> We can see from the log that the TCP connection has failed, been retried, and failed again.
> Previous connections to the same server seem to have succeeded.
> 
> Modifying the test to wait after previous clients have been GC'ed before opening the next one could alleviate the situation.

Daniel Fuchs has updated the pull request incrementally with two additional commits since the last revision:

 - Update Copyright years
 - Update Copyright years

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/12013/files
  - new: https://git.openjdk.org/jdk/pull/12013/files/097e25bd..d24c824a

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=12013&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=12013&range=01-02

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/12013.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12013/head:pull/12013

PR: https://git.openjdk.org/jdk/pull/12013


More information about the net-dev mailing list