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

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

Github user tzulitai commented on the issue:

    https://github.com/apache/flink/pull/3948
  
    +1 to merge.


> 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)

Reply via email to