[
https://issues.apache.org/jira/browse/FLINK-22961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Wysakowicz updated FLINK-22961:
-------------------------------------
Fix Version/s: 1.13.2
1.14.0
> Incorrect calculation of alignment timeout for LocalInputChannel
> ----------------------------------------------------------------
>
> Key: FLINK-22961
> URL: https://issues.apache.org/jira/browse/FLINK-22961
> Project: Flink
> Issue Type: Bug
> Affects Versions: 1.14.0, 1.13.1
> Reporter: Anton Kalashnikov
> Assignee: Anton Kalashnikov
> Priority: Major
> Fix For: 1.14.0, 1.13.2
>
>
> Right now, the calculation of alignment timeout happens inside of
> SingleCheckpointBarrierHandler(org.apache.flink.streaming.runtime.io.checkpointing.SingleCheckpointBarrierHandler.ControllerImpl#isTimedOut)
> and it based on firstBarrierArrivalTime. the firstBarrierArrivalTime
> recalculated only when barrier announcement was received but if we receive
> the first checkpoint barrier from the LocalInputChannel which doesn't support
> announcement, the calculation of alignment timeout will be based on the
> firstBarrierArrivalTime from the previous checkpoint which is wrong.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)