-
Type:
Sub-task
-
Status: Closed
-
Priority:
Critical
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: 1.11.0
-
Component/s: Runtime / Checkpointing, Runtime / Network
-
Labels:None
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."); }
- is duplicated by
-
FLINK-17547 Support unaligned checkpoints for records spilled to files
-
- Closed
-