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/19 12:34:04 UTC

[jira] [Commented] (FLINK-5376) Misleading log statements in UnorderedStreamElementQueue

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

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

GitHub user zentol opened a pull request:

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

    [FLINK-5376] Fix log statement in UnorderedStreamElementQueue

    

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

    $ git pull https://github.com/zentol/flink 5376_log_element

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

    https://github.com/apache/flink/pull/3948.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 #3948
    
----
commit a90c11835d729c0769518f61818aa2afa98bb5a8
Author: zentol <ch...@apache.org>
Date:   2017-05-19T12:33:18Z

    [FLINK-5376] Fix log statement in UnorderedStreamElementQueue

----


> Misleading log statements in UnorderedStreamElementQueue
> --------------------------------------------------------
>
>                 Key: FLINK-5376
>                 URL: https://issues.apache.org/jira/browse/FLINK-5376
>             Project: Flink
>          Issue Type: Bug
>          Components: DataStream API
>            Reporter: Ted Yu
>            Assignee: Chesnay Schepler
>            Priority: Minor
>
> The following are two examples where ordered stream element queue is mentioned:
> {code}
>         LOG.debug("Put element into ordered stream element queue. New filling degree " +
>           "({}/{}).", numberEntries, capacity);
>         return true;
>       } else {
>         LOG.debug("Failed to put element into ordered stream element queue because it " +
> {code}
> I guess OrderedStreamElementQueue was coded first.



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