You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gyula Fora (Jira)" <ji...@apache.org> on 2022/12/29 14:54:00 UTC

[jira] [Closed] (FLINK-30429) Flink command stops with IllegalArgumentException

     [ https://issues.apache.org/jira/browse/FLINK-30429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gyula Fora closed FLINK-30429.
------------------------------
    Fix Version/s: 1.17.0
       Resolution: Fixed

merged to master: 259c7a4776af4d9d7f174f871fb2d4145787f794

> Flink command stops with IllegalArgumentException
> -------------------------------------------------
>
>                 Key: FLINK-30429
>                 URL: https://issues.apache.org/jira/browse/FLINK-30429
>             Project: Flink
>          Issue Type: Bug
>          Components: Client / Job Submission
>    Affects Versions: 1.17.0
>            Reporter: Gabor Somogyi
>            Assignee: Gabor Somogyi
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.17.0
>
>
> The issue has been introduced [here|https://github.com/apache/flink/pull/20910/files#diff-0f8fa6f2e2f26da108646728a221ce0da9a0f090a040f5ee46f6269f6449fc59R1168].
> The exception looks like the following:
> {code:java}
> java.lang.IllegalArgumentException: 1 > 0
> 	at java.base/java.util.Arrays.copyOfRange(Arrays.java:3990)
> 	at java.base/java.util.Arrays.copyOfRange(Arrays.java:3950)
> 	at org.apache.flink.client.cli.CliFrontend.main(CliFrontend.java:1170)
> {code}



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