Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-31752

SourceOperatorStreamTask increments numRecordsOut twice

    XMLWordPrintableJSON

Details

    Description

      The counter of numRecordsOut was introduce to ChainingOutput to reduce the function call stack depth in
      https://issues.apache.org/jira/browse/FLINK-30536

      But SourceOperatorStreamTask.AsyncDataOutputToOutput increments the counter of numRecordsOut too. This results in the source operator's numRecordsOut are doubled.

      We should delete the numRecordsOut.inc in SourceOperatorStreamTask.AsyncDataOutputToOutput.

      xtsonglindong Could you please take a look at this.

      Attachments

        Activity

          People

            yunfengzhou Yunfeng Zhou
            huwh !huwh
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: