[
https://issues.apache.org/jira/browse/FLINK-14107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-14107:
-----------------------------------
Labels: pull-request-available (was: )
> Kinesis consumer record emitter may deadlock under event time alignment
> -----------------------------------------------------------------------
>
> Key: FLINK-14107
> URL: https://issues.apache.org/jira/browse/FLINK-14107
> Project: Flink
> Issue Type: Bug
> Components: Connectors / Kinesis
> Affects Versions: 1.8.2, 1.9.0
> Reporter: Thomas Weise
> Assignee: Thomas Weise
> Priority: Major
> Labels: pull-request-available
>
> When the emitter reaches the max timestamp for the current queue, it stops
> emitting and waits for the max timestamp to advance. Since it simultaneously
> selects the next queue as the new "minimum" queue, it may deadlock if the
> previous min queue represents the new global lower bound after the max
> timestamp advanced. This occurs very infrequently and we were finally able to
> reproduce.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)