Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-14551 Unaligned checkpoints
  3. FLINK-17051

Persist spilled records of SpillingAdaptiveSpanningRecordDeserializer

    XMLWordPrintableJSON

Details

    Description

      Currently SpillingAdaptiveSpanningRecordDeserializer#copyToTargetSegment (which is used for unaligned checkpoints) throws UnsupportedOperationException for spilled records.

      // for the case of full length, partial data in buffer
      if (recordLength > THRESHOLD_FOR_SPILLING) {
      	throw new UnsupportedOperationException("Unaligned checkpoint currently do not support spilled " +
      		"records.");
      }
      

      Attachments

        Issue Links

          Activity

            People

              roman Roman Khachatryan
              pnowojski Piotr Nowojski
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: