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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
Ted Yu created FLINK-5376:
-----------------------------

             Summary: Misleading log statements in UnorderedStreamElementQueue
                 Key: FLINK-5376
                 URL: https://issues.apache.org/jira/browse/FLINK-5376
             Project: Flink
          Issue Type: Bug
            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.4#6332)