You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Roman Khachatryan (Jira)" <ji...@apache.org> on 2022/03/10 22:17:00 UTC

[jira] [Updated] (FLINK-26592) [Changelog] Deadlock in FsStateChangelogWriter

     [ https://issues.apache.org/jira/browse/FLINK-26592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Khachatryan updated FLINK-26592:
--------------------------------------
    Attachment: deadlock

> [Changelog] Deadlock in FsStateChangelogWriter
> ----------------------------------------------
>
>                 Key: FLINK-26592
>                 URL: https://issues.apache.org/jira/browse/FLINK-26592
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / State Backends
>    Affects Versions: 1.15.0
>            Reporter: Roman Khachatryan
>            Assignee: Roman Khachatryan
>            Priority: Major
>             Fix For: 1.16.0
>
>         Attachments: deadlock
>
>
> The issue occurs when sizes of buffers are set to minimum (e.g. 1 byte).
> Task thread tries to update state -> schedules to upload changes -> waits for capacity.
> Upload threads do release capacity on upload completion; however, they are unable to send back the results because the Writer lock is taken; therefore, they're unable to proceed with the next uploads.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)