You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/05/24 14:48:04 UTC

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

     [ https://issues.apache.org/jira/browse/FLINK-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-5376.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

1.4: ed65c253478e688fdfbb149a1a75dc01b8537cab

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