AHeise commented on a change in pull request #13735: URL: https://github.com/apache/flink/pull/13735#discussion_r517340169
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/state/AbstractChannelStateHandle.java ########## @@ -46,6 +46,11 @@ private final List<Long> offsets; private final long size; + /** + * The original subtask index before rescaling recovery. + */ + private int originalSubtaskIndex; Review comment: It is serialized when transferring the `OperatorSubtaskState` through `Serializable`. It's currently not needed in the checkpoints (as the information can be easily inferred). Is it still necessary from your perspective? I'd add it to `equals/hashCode` anyways. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org