Myasuka commented on a change in pull request #18024:
URL: https://github.com/apache/flink/pull/18024#discussion_r763980119
##########
File path:
flink-clients/src/main/java/org/apache/flink/client/cli/CliFrontendParser.java
##########
@@ -129,6 +132,16 @@
+ "You need to allow this if you removed an
operator from your "
+ "program that was part of the program when the
savepoint was triggered.");
+ public static final Option SAVEPOINT_RESTORE_MODE =
+ new Option(
+ "r",
Review comment:
I think you could refer to
https://issues.apache.org/jira/browse/FLINK-22701 to see whether this is fine
for all cases.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]