You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/21 08:44:47 UTC

[GitHub] [flink] curcur edited a comment on pull request #19062: [FLINK-26592][state/changelog] Use mailbox in FsStateChangelogWriter instead of a lock

curcur edited a comment on pull request #19062:
URL: https://github.com/apache/flink/pull/19062#issuecomment-1073638054


   I am fine with the fix. The deadlock happens when a task thread waits for enough capacity, but FsStateChangelogWriter#handleUploadSuccess can never get the lock (hold by the task thread waiting for enough capacity). The fix is straightforward.
   
   But @rkhachatryan , please take a look at my previous comment.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org