You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stefan Richter (JIRA)" <ji...@apache.org> on 2017/05/22 08:33:04 UTC

[jira] [Closed] (FLINK-6651) Clearing registeredStates map should be protected in SharedStateRegistry#clear

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

Stefan Richter closed FLINK-6651.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0

fixed in 392bc71301

> Clearing registeredStates map should be protected in SharedStateRegistry#clear
> ------------------------------------------------------------------------------
>
>                 Key: FLINK-6651
>                 URL: https://issues.apache.org/jira/browse/FLINK-6651
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Stefan Richter
>            Priority: Minor
>             Fix For: 1.3.0
>
>
> {code}
>   public void clear() {
>     registeredStates.clear();
>   }
> {code}
> In other places of SharedStateRegistry, lock is taken on registeredStates before operation.
> We should do the same for clear() method.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)