zentol commented on a change in pull request #15221:
URL: https://github.com/apache/flink/pull/15221#discussion_r604008937
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/execution/ExecutionState.java
##########
@@ -52,6 +52,9 @@
DEPLOYING,
+ /** Restoring last possible valid state of the task if it has it. */
+ RECOVERING,
Review comment:
for compatibility purposes it could make sense to move this to the very
end, to ensure ordinals from previous jobs still map to the correct state.
--
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]