1996fanrui commented on code in PR #24046: URL: https://github.com/apache/flink/pull/24046#discussion_r1445903487
########## flink-core/src/main/java/org/apache/flink/configuration/StateChangelogOptions.java: ########## @@ -35,7 +44,7 @@ public class StateChangelogOptions { .withDescription( "Defines the interval in milliseconds to perform " + "periodic materialization for state backend. " - + "The periodic materialization will be disabled when the value is negative"); + + "It only takes effect when state.backend.changelog.periodic-materialize.enabled is true"); Review Comment: Thanks for the quick update! -- 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-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org