1996fanrui commented on a change in pull request #13885:
URL: https://github.com/apache/flink/pull/13885#discussion_r517959615
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java
##########
@@ -157,4 +157,14 @@
.withDescription(String.format("The default size of the write
buffer for the checkpoint streams that write to file systems. " +
"The actual write buffer size is determined to be the
maximum of the value of this option and option '%s'.",
FS_SMALL_FILE_THRESHOLD.key()));
+ /**
+ * The default size of the read buffer for the checkpoint streams that
read from file systems.
+ */
+ @Documentation.Section(Documentation.Sections.EXPERT_STATE_BACKENDS)
+ public static final ConfigOption<Integer> FS_READ_BUFFER_SIZE =
ConfigOptions
+ .key("state.backend.fs.read-buffer-size")
+ .intType()
Review comment:
done
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]