[
https://issues.apache.org/jira/browse/FLINK-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16023007#comment-16023007
]
ASF GitHub Bot commented on FLINK-5376:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/3948
> 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
> Fix For: 1.4.0
>
>
> 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)