AHeise commented on a change in pull request #13735:
URL: https://github.com/apache/flink/pull/13735#discussion_r518129564



##########
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:
       I made it part of the handle and it's fully serialized now. It's renamed 
to `subtaskIndex`.




----------------------------------------------------------------
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:
[email protected]


Reply via email to