Chesnay Schepler created FLINK-37016:
----------------------------------------
Summary: NPE when ClusterEntrypoing is shut down before
initialization
Key: FLINK-37016
URL: https://issues.apache.org/jira/browse/FLINK-37016
Project: Flink
Issue Type: Bug
Components: Runtime / Coordination
Affects Versions: 1.19.0
Reporter: Chesnay Schepler
Assignee: Chesnay Schepler
Fix For: 2.0.0
{code}
java.lang.NullPointerException
at java.base/java.util.Objects.requireNonNull(Objects.java:222)
at
org.apache.flink.runtime.entrypoint.ClusterEntrypoint.shutDownAsync(ClusterEntrypoint.java:624)
at
org.apache.flink.runtime.entrypoint.ClusterEntrypoint.closeAsync(ClusterEntrypoint.java:499)
at
org.apache.flink.runtime.entrypoint.ClusterEntrypoint.lambda$new$0(ClusterEntrypoint.java:199)
at
org.apache.flink.util.ShutdownHookUtil.lambda$addShutdownHook$0(ShutdownHookUtil.java:39)
at java.base/java.lang.Thread.run(Thread.java:829)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)