You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/15 11:58:04 UTC

[jira] [Commented] (FLINK-6586) InputGateMetrics#refreshAndGetMin returns Integer.MAX_VALUE for local channels

    [ https://issues.apache.org/jira/browse/FLINK-6586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16010383#comment-16010383 ] 

ASF GitHub Bot commented on FLINK-6586:
---------------------------------------

GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/3907

    [FLINK-6586] InputGateMetrics return 0 as minimum for local channels

    Should be merged for 1.3 and 1.4.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zentol/flink 6586_network_min

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/3907.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3907
    
----
commit c74701c17718e1260b5d2b3e96ab09c01f9d3000
Author: zentol <ch...@apache.org>
Date:   2017-05-15T11:56:06Z

    [FLINK-6586] InputGateMetrics return 0 as min for local channels

----


> InputGateMetrics#refreshAndGetMin returns Integer.MAX_VALUE for local channels
> ------------------------------------------------------------------------------
>
>                 Key: FLINK-6586
>                 URL: https://issues.apache.org/jira/browse/FLINK-6586
>             Project: Flink
>          Issue Type: Bug
>          Components: Metrics, Network
>    Affects Versions: 1.3.0, 1.4.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Trivial
>             Fix For: 1.3.0, 1.4.0
>
>
> The {{InputGateMetrics#refreshAndGetMin}} returns {{Integer.MAX_VALUE}} when working with {{LocalChannels}}. In this case it should return 0 instead.



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