Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.17.0, 1.16.1
Description
It seems StreamTwoInputProcessorFactory.create is passed with wrong configuration object: the taskManagerConfiguration should be __
getEnvironment().getTaskManagerInfo().getConfiguration().
And in the following logic, it seems to indeed try to load taskmanager options from this configuration object, like state-backend and taskmanager.memory.managed.consumer-weights
[1]https://github.com/apache/flink/blob/111342f37bdc0d582d3f7af458d9869f0548299f/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/TwoInputStreamTask.java#L98
Attachments
Issue Links
- links to