[
https://issues.apache.org/jira/browse/FLINK-31298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697743#comment-17697743
]
Weijie Guo edited comment on FLINK-31298 at 3/9/23 6:00 AM:
------------------------------------------------------------
master(1.18) via 7c5b7be5bc165a9799f10b5761a6ff15edee43b6.
release-1.17 via 704076a36024d521957e4e2f31820bbad7a102b3.
release-1.16 via b7b1cced495e29075adda10496238f251fe74d53.
was (Author: weijie guo):
master(1.18) via 7c5b7be5bc165a9799f10b5761a6ff15edee43b6.
release-1.15 waiting for CI.
release-1.16 waiting for CI.
> ConnectionUtilsTest.testFindConnectingAddressWhenGetLocalHostThrows swallows
> IllegalArgumentException
> -----------------------------------------------------------------------------------------------------
>
> Key: FLINK-31298
> URL: https://issues.apache.org/jira/browse/FLINK-31298
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Network
> Affects Versions: 1.17.0, 1.15.3, 1.16.1
> Reporter: Matthias Pohl
> Assignee: Wencong Liu
> Priority: Major
> Labels: pull-request-available, starter, test-stability
>
> FLINK-24156 introduced {{NetUtils.acceptWithoutTimeout}} which caused the
> test to print a the stacktrace of an {{IllegalArgumentException}}:
> {code}
> Exception in thread "Thread-0" java.lang.IllegalArgumentException:
> serverSocket SO_TIMEOUT option must be 0
> at
> org.apache.flink.util.Preconditions.checkArgument(Preconditions.java:138)
> at
> org.apache.flink.util.NetUtils.acceptWithoutTimeout(NetUtils.java:139)
> at
> org.apache.flink.runtime.net.ConnectionUtilsTest$1.run(ConnectionUtilsTest.java:83)
> at java.lang.Thread.run(Thread.java:750)
> {code}
> This is also shown in the Maven output of CI runs and might cause confusion.
> The test should be fixed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)