You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2023/06/01 09:28:00 UTC

[jira] [Created] (FLINK-32236) Ease YarnTestBase allowlist address regex

Chesnay Schepler created FLINK-32236:
----------------------------------------

             Summary: Ease YarnTestBase allowlist address regex
                 Key: FLINK-32236
                 URL: https://issues.apache.org/jira/browse/FLINK-32236
             Project: Flink
          Issue Type: Sub-task
          Components: Deployment / YARN, Tests
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.18.0


The YarnTestBase contains allow-list items like this:
{code}Remote connection to \\[null\\] failed with java.net.ConnectException: Connection refused{code}

I've seen this exception a few times without the address being null. This could be due to difference in how Java 17 resolves addresses (?).
In any case I don't see any harm in relaxing this regex to accept any address.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)