Stephan Ewen created FLINK-17906:
------------------------------------
Summary: Fix performance issues in WatermarkOutputMultiplexer
Key: FLINK-17906
URL:
https://issues.apache.org/jira/browse/FLINK-17906 Project: Flink
Issue Type: Improvement
Components: API / Core
Reporter: Stephan Ewen
Assignee: Stephan Ewen
Fix For: 1.11.0
The WatermarkOutputMultiplexer has some potential for performance improvements:
- not using volatile variables (all accesses are anyways from the mailbox of under the legacy checkpoint lock)
- Using some boolean logic instead of branches
--
This message was sent by Atlassian Jira
(v8.3.4#803005)