You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/02/06 18:21:41 UTC

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

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

Ted Yu updated FLINK-5376:
--------------------------
    Description: 
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.

  was:
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.


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