Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.17.0, 1.18.0
Description
See FLINK-33315 for details.
This Jira focus on avoid unnecessary heavy getStreamOperatorFactory, it can optimize the memory and cpu cost of Replica_2 in FLINK-33315.
Solution: We can store the serializedUdfClassName at StreamConfig, and using the getStreamOperatorFactoryClassName instead of the heavy getStreamOperatorFactory in OperatorChain#getOperatorRecordsOutCounter.