tillrohrmann commented on a change in pull request #18083:
URL: https://github.com/apache/flink/pull/18083#discussion_r786723231



##########
File path: 
flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java
##########
@@ -164,9 +164,14 @@
             ConfigOptions.key("taskmanager.state.local.root-dirs")
                     .noDefaultValue()
                     .withDescription(
-                            "The config parameter defining the root 
directories for storing file-based state for local "
-                                    + "recovery. Local recovery currently only 
covers keyed state backends. Currently, MemoryStateBackend does "
-                                    + "not support local recovery and ignore 
this option");
+                            Description.builder()
+                                    .text(
+                                            "The config parameter defining the 
root directories for storing file-based "
+                                                    + "state for local 
recovery. Local recovery currently only covers keyed "
+                                                    + "state backends. 
Currently, MemoryStateBackend does not support local "
+                                                    + "recovery and ignores 
this option. If not configured it will default "
+                                                    + "to 
<WORKING_DIR>/localState.")

Review comment:
       Do you want to add how the `WORKING_DIR` can be configured?




-- 
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]


Reply via email to