Airblader commented on a change in pull request #17462:
URL: https://github.com/apache/flink/pull/17462#discussion_r728368143
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java
##########
@@ -100,44 +100,6 @@
"Recognized shortcut names are
'jobmanager' and 'filesystem'.")
.build());
- /** Whether to enable state change log. */
Review comment:
This class has no API annotation, so technically this isn't a breaking
change, but in reality it kind of is. We should probably first deprecate this
before removing it?
Also we should add an API annotation to the class.
--
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]