[
https://issues.apache.org/jira/browse/FLINK-15914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Yao updated FLINK-15914:
-----------------------------
Affects Version/s: 1.10.0
> Miss the barrier alignment metric for the case of two inputs
> ------------------------------------------------------------
>
> Key: FLINK-15914
> URL: https://issues.apache.org/jira/browse/FLINK-15914
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Checkpointing, Runtime / Metrics
> Affects Versions: 1.10.0
> Reporter: zhijiang
> Assignee: zhijiang
> Priority: Major
>
> When the StreamTwoInputSelectableProcessor was introduced before, it was
> missing to add the barrier alignment metric in the constructor. But it does
> not cause problems then, because only StreamTwoInputProcessor works at that
> time.
> After StreamTwoInputProcessor is replaced by
> StreamTwoInputSelectableProcessor as now, this bug is exposed and we will not
> see the barrier alignment metric for the case of two inputs.
> The solution is to add this metric while constructing the current
> StreamTwoInputProcessor.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)