You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gary Yao (Jira)" <ji...@apache.org> on 2019/11/04 16:37:00 UTC

[jira] [Resolved] (FLINK-14583) Remove progressLock from ExecutionGraph

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

Gary Yao resolved FLINK-14583.
------------------------------
    Resolution: Fixed

1.10: db8fd386f1cd1dd9f33b72b5108070fb26deaafd

> Remove progressLock from ExecutionGraph
> ---------------------------------------
>
>                 Key: FLINK-14583
>                 URL: https://issues.apache.org/jira/browse/FLINK-14583
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / Coordination
>            Reporter: vinoyang
>            Assignee: vinoyang
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> There is a lock object named {{progressLock}} which used to secure all access to mutable fields, especially the tracking of progress within the job. Now, the {{ExecutionGraph}} can only be accessed by a single thread at any time point. IMO, we can remove this lock.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)