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/05 15:59:00 UTC

[jira] [Updated] (FLINK-14600) Change Type of Field verticesFinished from AtomicInteger to int

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

Gary Yao updated FLINK-14600:
-----------------------------
    Summary: Change Type of Field verticesFinished from AtomicInteger to int  (was: Degenerate the current AtomicInteger type of verticesFinished to a normal int type.)

> Change Type of Field verticesFinished from AtomicInteger to int
> ---------------------------------------------------------------
>
>                 Key: FLINK-14600
>                 URL: https://issues.apache.org/jira/browse/FLINK-14600
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / Coordination
>            Reporter: vinoyang
>            Assignee: vinoyang
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> After FLINK-11417, we made {{ExecutionGraph}} to be single-thread mode. It will no longer be plagued by concurrency issues. So, we can degenerate the current {{AtomicInteger}} type of *verticesFinished* to a normal int type.



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