You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Matthias Pohl (Jira)" <ji...@apache.org> on 2023/02/02 11:58:00 UTC

[jira] [Created] (FLINK-30883) Missing JobID caused the k8s e2e test to fail

Matthias Pohl created FLINK-30883:
-------------------------------------

             Summary: Missing JobID caused the k8s e2e test to fail
                 Key: FLINK-30883
                 URL: https://issues.apache.org/jira/browse/FLINK-30883
             Project: Flink
          Issue Type: Bug
          Components: Deployment / Kubernetes, Runtime / Coordination
    Affects Versions: 1.17.0
            Reporter: Matthias Pohl


We've experienced a test failure in {{Run kubernetes application HA test}} due to a {{CliArgsException}}:
{code}
Feb 01 15:03:15 org.apache.flink.client.cli.CliArgsException: Missing JobID. Specify a JobID to cancel a job.
Feb 01 15:03:15 	at org.apache.flink.client.cli.CliFrontend.cancel(CliFrontend.java:689) ~[flink-dist-1.17-SNAPSHOT.jar:1.17-SNAPSHOT]
Feb 01 15:03:15 	at org.apache.flink.client.cli.CliFrontend.parseAndRun(CliFrontend.java:1107) ~[flink-dist-1.17-SNAPSHOT.jar:1.17-SNAPSHOT]
Feb 01 15:03:15 	at org.apache.flink.client.cli.CliFrontend.lambda$mainInternal$9(CliFrontend.java:1189) ~[flink-dist-1.17-SNAPSHOT.jar:1.17-SNAPSHOT]
Feb 01 15:03:15 	at org.apache.flink.runtime.security.contexts.NoOpSecurityContext.runSecured(NoOpSecurityContext.java:28) [flink-dist-1.17-SNAPSHOT.jar:1.17-SNAPSHOT]
Feb 01 15:03:15 	at org.apache.flink.client.cli.CliFrontend.mainInternal(CliFrontend.java:1189) [flink-dist-1.17-SNAPSHOT.jar:1.17-SNAPSHOT]
Feb 01 15:03:15 	at org.apache.flink.client.cli.CliFrontend.main(CliFrontend.java:1157) [flink-dist-1.17-SNAPSHOT.jar:1.17-SNAPSHOT]
{code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45569&view=logs&j=bea52777-eaf8-5663-8482-18fbc3630e81&s=ae4f8708-9994-57d3-c2d7-b892156e7812&t=b2642e3a-5b86-574d-4c8a-f7e2842bfb14&l=9866



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