You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yi Tang (Jira)" <ji...@apache.org> on 2022/04/26 08:47:00 UTC

[jira] [Comment Edited] (FLINK-27377) Job master blocks on marking vertex finished

    [ https://issues.apache.org/jira/browse/FLINK-27377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528014#comment-17528014 ] 

Yi Tang edited comment on FLINK-27377 at 4/26/22 8:46 AM:
----------------------------------------------------------

Looks like the rename operation has been improved in HADOOP-15323.
And it has been adopted in newer flink versions, so this issue will be not obvious in the example i provided.

I'll also try to upgrade the hadoop-aliyun used by my flink to check if there is a significant improvement.


was (Author: yittg):
Looks like the rename operation has been improved in HADOOP-15323.
So this issue will be not obvious in the example i provided.

> Job master blocks on marking vertex finished
> --------------------------------------------
>
>                 Key: FLINK-27377
>                 URL: https://issues.apache.org/jira/browse/FLINK-27377
>             Project: Flink
>          Issue Type: Improvement
>            Reporter: Yi Tang
>            Priority: Minor
>              Labels: pull-request-available
>
> I have a case using FileSystem as batch sink, it will commit files by {{FinalizeOnMaster#finalizeGlobal}} while updating state from Running to Finished.
> When {{FinalizeOnMaster#finalizeGlobal}} method is blocked, the {{JobMaster#updateTaskExecutionState}} will also be blocked. Then the job master can not respond any new requests until {{JobMaster#updateTaskExecutionState}} is complete.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)