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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]