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

Tzu-Li (Gordon) Tai closed FLINK-7585.
--------------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 1.3.3)
                   1.3.4

> SimpleCounter not thread safe
> -----------------------------
>
>                 Key: FLINK-7585
>                 URL: https://issues.apache.org/jira/browse/FLINK-7585
>             Project: Flink
>          Issue Type: Bug
>          Components: Build System, Metrics
>    Affects Versions: 1.3.2
>            Reporter: Hai Zhou UTC+8
>            Assignee: Hai Zhou UTC+8
>            Priority: Major
>             Fix For: 1.3.4, 1.4.0
>
>
> package org.apache.flink.metrics;
> /**
>  * A simple low-overhead {@link org.apache.flink.metrics.Counter} that is not 
> thread-safe.
>  */
> public class SimpleCounter implements Counter {
>       /** the current count. */
>       private long count;



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to