Myasuka commented on a change in pull request #11491:
[FLINK-16513][checkpointing] Unaligned checkpoints: checkpoint metadata
URL: https://github.com/apache/flink/pull/11491#discussion_r397364337
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/PrioritizedOperatorSubtaskState.java
##########
@@ -60,20 +63,28 @@
/** List of prioritized snapshot alternatives for raw keyed state. */
private final List<StateObjectCollection<KeyedStateHandle>>
prioritizedRawKeyedState;
+ private final List<StateObjectCollection<InputChannelStateHandle>>
inputChannelState;
+
+ private final
List<StateObjectCollection<ResultSubpartitionStateHandle>>
resultSubpartitionState;
+
Review comment:
Why not using `prioritizedInputChannelState` and
`prioritizedResultSubpartitionState`?
----------------------------------------------------------------
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]
With regards,
Apache Git Services