Junrui Li created FLINK-36568:
---------------------------------
Summary: IllegalStateException Causes Collect Sink to Fail to
Collect Result
Key: FLINK-36568
URL: https://issues.apache.org/jira/browse/FLINK-36568
Project: Flink
Issue Type: Bug
Components: Runtime / REST
Reporter: Junrui Li
When Flink jobs use the collect sink, the JobManager logs the following
exception:
{code:java}
ERROR
org.apache.flink.runtime.rest.handler.job.coordination.ClientCoordinationHandler
[] - Unhandled exception.
java.lang.IllegalStateException: No parameter could be found for the given
class. {code}
The root cause is that the HTTP URL for the ClientCoordinationHandler is
incorrect.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)