[
https://issues.apache.org/jira/browse/FLINK-31897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17715558#comment-17715558
]
Yuxin Tan commented on FLINK-31897:
-----------------------------------
[~kurto] Thanks for reporting this, I'd like to take a look at this issue.
> Failing Unit Test:
> org.apache.flink.queryablestate.network.ClientTest.testRequestUnavailableHost
> ------------------------------------------------------------------------------------------------
>
> Key: FLINK-31897
> URL: https://issues.apache.org/jira/browse/FLINK-31897
> Project: Flink
> Issue Type: Bug
> Components: API / State Processor
> Reporter: Kurt Ostfeld
> Priority: Minor
>
>
>
> {code:java}
> [ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.612
> s <<< FAILURE! - in org.apache.flink.queryablestate.network.ClientTest
> [ERROR]
> org.apache.flink.queryablestate.network.ClientTest.testRequestUnavailableHost
> Time elapsed: 0.006 s <<< FAILURE! java.lang.AssertionError:
> Expected: A CompletableFuture that will have failed within 3600000
> milliseconds with: java.net.ConnectException but: Future completed with
> different exception:
> org.apache.flink.shaded.netty4.io.netty.channel.AbstractChannel$AnnotatedSocketException:
> Can't assign requested address: <redacted>/<redacted>:0 Caused by:
> java.net.BindException: Can't assign requested address {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)