You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/27 18:40:09 UTC

[GitHub] [flink] rkhachatryan commented on a change in pull request #19174: [FLINK-26673][changelog] Disable periodic materialization when periodiā€¦

rkhachatryan commented on a change in pull request #19174:
URL: https://github.com/apache/flink/pull/19174#discussion_r835946088



##########
File path: flink-core/src/main/java/org/apache/flink/configuration/StateChangelogOptions.java
##########
@@ -34,7 +34,8 @@
                     .defaultValue(Duration.ofMinutes(10))
                     .withDescription(
                             "Defines the interval in milliseconds to perform "
-                                    + "periodic materialization for state backend.");
+                                    + "periodic materialization for state backend. "
+                                    + "The periodic materialization will be disabled when the value is negative");

Review comment:
       I think this causes `ConfigOptionsDocsCompletenessITCase` to fail.
   Could you regenerate the docs?




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org