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

numBuffersInLocal is always zero when using unaligned checkpoints

    XMLWordPrintableJSON

Details

    Description

      This is because LocalRecoveredInputChannel#toInputChannelInternal is passing wrong parameter to LocalInputChannel's constructor (twice numBytesIn):

          protected InputChannel toInputChannelInternal() {
              return new LocalInputChannel(
                      inputGate,
                      getChannelIndex(),
                      partitionId,
                      partitionManager,
                      taskEventPublisher,
                      initialBackoff,
                      maxBackoff,
                      numBytesIn,
                      numBytesIn,
                      channelStateWriter);
          }
      

      Attachments

        Issue Links

          Activity

            People

              nicholasjiang Nicholas Jiang
              pnowojski Piotr Nowojski
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: