[jira] [Updated] (FLINK-33369) Wordcount is failing on AZP with jdk17

2023-10-27 Thread Chesnay Schepler (Jira)


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

Chesnay Schepler updated FLINK-33369:
-
Issue Type: Technical Debt  (was: Bug)

> Wordcount is failing on AZP with jdk17
> --
>
> Key: FLINK-33369
> URL: https://issues.apache.org/jira/browse/FLINK-33369
> Project: Flink
>  Issue Type: Technical Debt
>Affects Versions: 1.19.0, 1.18.1
>Reporter: Sergey Nuyanzin
>Assignee: Chesnay Schepler
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 1.19.0, 1.18.1
>
>
> a number of builds start failing with that
> since 25/10/2023 e.g.
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=54014&view=logs&j=64debf87-ecdb-5aef-788d-8720d341b5cb&t=2302fb98-0839-5df2-3354-bbae636f81a7&l=5021]
> is failing as 
> {noformat}
> Oct 25 03:36:24 job-cluster_1  | Starting Job Manager
> Oct 25 03:36:24 job-cluster_1  | [ERROR] The execution result is empty.
> Oct 25 03:36:24 job-cluster_1  | [ERROR] Could not get JVM parameters and 
> dynamic configurations properly.
> Oct 25 03:36:24 job-cluster_1  | [ERROR] Raw output from BashJavaUtils:
> Oct 25 03:36:24 job-cluster_1  | Error: LinkageError occurred while loading 
> main class org.apache.flink.runtime.util.bash.BashJavaUtils
> Oct 25 03:36:24 job-cluster_1  |  java.lang.UnsupportedClassVersionError: 
> org/apache/flink/runtime/util/bash/BashJavaUtils has been compiled by a more 
> recent version of the Java Runtime (class file version 61.0), this version of 
> the Java Runtime only recognizes class file versions up to 55.0
> Oct 25 03:36:24 Attaching to container-scripts_taskmanager_1
> Oct 25 03:36:24 taskmanager_1  | Starting Task Manager
> Oct 25 03:36:24 taskmanager_1  | [ERROR] The execution result is empty.
> Oct 25 03:36:24 taskmanager_1  | [ERROR] Could not get JVM parameters and 
> dynamic configurations properly.
> Oct 25 03:36:24 taskmanager_1  | [ERROR] Raw output from BashJavaUtils:
> Oct 25 03:36:24 taskmanager_1  | Error: LinkageError occurred while loading 
> main class org.apache.flink.runtime.util.bash.BashJavaUtils
> Oct 25 03:36:24 taskmanager_1  |  java.lang.UnsupportedClassVersionError: 
> org/apache/flink/runtime/util/bash/BashJavaUtils has been compiled by a more 
> recent version of the Java Runtime (class file version 61.0), this version of 
> the Java Runtime only recognizes class file versions up to 55.0
> Oct 25 03:36:24 Checking for exceptions...
> {noformat}



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


[jira] [Updated] (FLINK-33369) Wordcount is failing on AZP with jdk17

2023-10-27 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated FLINK-33369:
---
Labels: pull-request-available  (was: )

> Wordcount is failing on AZP with jdk17
> --
>
> Key: FLINK-33369
> URL: https://issues.apache.org/jira/browse/FLINK-33369
> Project: Flink
>  Issue Type: Bug
>Affects Versions: 1.19.0, 1.18.1
>Reporter: Sergey Nuyanzin
>Assignee: Chesnay Schepler
>Priority: Critical
>  Labels: pull-request-available
>
> a number of builds start failing with that
> since 25/10/2023 e.g.
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=54014&view=logs&j=64debf87-ecdb-5aef-788d-8720d341b5cb&t=2302fb98-0839-5df2-3354-bbae636f81a7&l=5021]
> is failing as 
> {noformat}
> Oct 25 03:36:24 job-cluster_1  | Starting Job Manager
> Oct 25 03:36:24 job-cluster_1  | [ERROR] The execution result is empty.
> Oct 25 03:36:24 job-cluster_1  | [ERROR] Could not get JVM parameters and 
> dynamic configurations properly.
> Oct 25 03:36:24 job-cluster_1  | [ERROR] Raw output from BashJavaUtils:
> Oct 25 03:36:24 job-cluster_1  | Error: LinkageError occurred while loading 
> main class org.apache.flink.runtime.util.bash.BashJavaUtils
> Oct 25 03:36:24 job-cluster_1  |  java.lang.UnsupportedClassVersionError: 
> org/apache/flink/runtime/util/bash/BashJavaUtils has been compiled by a more 
> recent version of the Java Runtime (class file version 61.0), this version of 
> the Java Runtime only recognizes class file versions up to 55.0
> Oct 25 03:36:24 Attaching to container-scripts_taskmanager_1
> Oct 25 03:36:24 taskmanager_1  | Starting Task Manager
> Oct 25 03:36:24 taskmanager_1  | [ERROR] The execution result is empty.
> Oct 25 03:36:24 taskmanager_1  | [ERROR] Could not get JVM parameters and 
> dynamic configurations properly.
> Oct 25 03:36:24 taskmanager_1  | [ERROR] Raw output from BashJavaUtils:
> Oct 25 03:36:24 taskmanager_1  | Error: LinkageError occurred while loading 
> main class org.apache.flink.runtime.util.bash.BashJavaUtils
> Oct 25 03:36:24 taskmanager_1  |  java.lang.UnsupportedClassVersionError: 
> org/apache/flink/runtime/util/bash/BashJavaUtils has been compiled by a more 
> recent version of the Java Runtime (class file version 61.0), this version of 
> the Java Runtime only recognizes class file versions up to 55.0
> Oct 25 03:36:24 Checking for exceptions...
> {noformat}



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


[jira] [Updated] (FLINK-33369) Wordcount is failing on AZP with jdk17

2023-10-26 Thread Sergey Nuyanzin (Jira)


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

Sergey Nuyanzin updated FLINK-33369:

Affects Version/s: 1.19.0
   1.18.1

> Wordcount is failing on AZP with jdk17
> --
>
> Key: FLINK-33369
> URL: https://issues.apache.org/jira/browse/FLINK-33369
> Project: Flink
>  Issue Type: Bug
>Affects Versions: 1.19.0, 1.18.1
>Reporter: Sergey Nuyanzin
>Priority: Critical
>
> a number of builds start failing with that
> since 25/10/2023 e.g.
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=54014&view=logs&j=64debf87-ecdb-5aef-788d-8720d341b5cb&t=2302fb98-0839-5df2-3354-bbae636f81a7&l=5021]
> is failing as 
> {noformat}
> Oct 25 03:36:24 job-cluster_1  | Starting Job Manager
> Oct 25 03:36:24 job-cluster_1  | [ERROR] The execution result is empty.
> Oct 25 03:36:24 job-cluster_1  | [ERROR] Could not get JVM parameters and 
> dynamic configurations properly.
> Oct 25 03:36:24 job-cluster_1  | [ERROR] Raw output from BashJavaUtils:
> Oct 25 03:36:24 job-cluster_1  | Error: LinkageError occurred while loading 
> main class org.apache.flink.runtime.util.bash.BashJavaUtils
> Oct 25 03:36:24 job-cluster_1  |  java.lang.UnsupportedClassVersionError: 
> org/apache/flink/runtime/util/bash/BashJavaUtils has been compiled by a more 
> recent version of the Java Runtime (class file version 61.0), this version of 
> the Java Runtime only recognizes class file versions up to 55.0
> Oct 25 03:36:24 Attaching to container-scripts_taskmanager_1
> Oct 25 03:36:24 taskmanager_1  | Starting Task Manager
> Oct 25 03:36:24 taskmanager_1  | [ERROR] The execution result is empty.
> Oct 25 03:36:24 taskmanager_1  | [ERROR] Could not get JVM parameters and 
> dynamic configurations properly.
> Oct 25 03:36:24 taskmanager_1  | [ERROR] Raw output from BashJavaUtils:
> Oct 25 03:36:24 taskmanager_1  | Error: LinkageError occurred while loading 
> main class org.apache.flink.runtime.util.bash.BashJavaUtils
> Oct 25 03:36:24 taskmanager_1  |  java.lang.UnsupportedClassVersionError: 
> org/apache/flink/runtime/util/bash/BashJavaUtils has been compiled by a more 
> recent version of the Java Runtime (class file version 61.0), this version of 
> the Java Runtime only recognizes class file versions up to 55.0
> Oct 25 03:36:24 Checking for exceptions...
> {noformat}



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