rkhachatryan commented on code in PR #20708: URL: https://github.com/apache/flink/pull/20708#discussion_r958062729
########## docs/layouts/shortcodes/generated/checkpointing_configuration.html: ########## @@ -18,7 +18,7 @@ <td><h5>state.backend.local-recovery</h5></td> <td style="word-wrap: break-word;">false</td> <td>Boolean</td> - <td>This option configures local recovery for this state backend. By default, local recovery is deactivated. Local recovery currently only covers keyed state backends. Currently, the MemoryStateBackend does not support local recovery and ignores this option.</td> + <td>This option configures local recovery for this state backend. By default, local recovery is deactivated. Local recovery currently only covers keyed state backends. Currently, the OperatorStateBackend does not support local recovery and ignores this option.</td> Review Comment: I'm not sure about ChangelogStateBackend because it is also not exposed to the user as a backend (but rather as a runtime feature). -- 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