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

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

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

Gabor Somogyi updated FLINK-30429:
----------------------------------
    Description: 
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}


  was:The issue has been introduced [here|https://github.com/apache/flink/pull/20910/files#diff-0f8fa6f2e2f26da108646728a221ce0da9a0f090a040f5ee46f6269f6449fc59R1168].


> Flink command stops with IllegalArgumentException
> -------------------------------------------------
>
>                 Key: FLINK-30429
>                 URL: https://issues.apache.org/jira/browse/FLINK-30429
>             Project: Flink
>          Issue Type: Bug
>    Affects Versions: 1.17.0
>            Reporter: Gabor Somogyi
>            Priority: Major
>
> 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)