[
https://issues.apache.org/jira/browse/FLINK-18143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17126409#comment-17126409
]
Hequn Cheng commented on FLINK-18143:
-------------------------------------
Fixed
in 1.12.0 via dcd764a8a0df788846886f2c3aa2b38828ae0e21
in 1.11.0 via 37f436ec96ffa27fec6650a3ef4726a2a93cada4
> Fix Python meter metric not correct problem
> -------------------------------------------
>
> Key: FLINK-18143
> URL: https://issues.apache.org/jira/browse/FLINK-18143
> Project: Flink
> Issue Type: Bug
> Components: API / Python
> Affects Versions: 1.11.0
> Reporter: Hequn Cheng
> Assignee: Hequn Cheng
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.11.0
>
>
> We should report the diff value instead of the total ones. Code
> `meter.markEvent(update);` in `FlinkMetricContainer` should be changed to
> `meter.markEvent(update - meter.getCount());`
--
This message was sent by Atlassian Jira
(v8.3.4#803005)