[
https://issues.apache.org/jira/browse/FLINK-15914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
zhijiang closed FLINK-15914.
----------------------------
Resolution: Fixed
Merged in release-1.10: 72b076cbcbfd2636d4980a9fca979e7482b2729c
> 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: Blocker
> Labels: pull-request-available
> Fix For: 1.10.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)