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/04/06 11:04:41 UTC

[jira] [Assigned] (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 reassigned FLINK-5376:
---------------------------------------

    Assignee: Chesnay Schepler

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