Zakelly commented on code in PR #23509:
URL: https://github.com/apache/flink/pull/23509#discussion_r1425456803
##########
flink-runtime/src/main/java/org/apache/flink/runtime/state/filesystem/FsStateBackend.java:
##########
@@ -141,6 +141,12 @@ public class FsStateBackend extends
AbstractFileStateBackend implements Configur
*/
private final int writeBufferSize;
+ /**
+ * Switch to create checkpoint sub-directory with name of jobId. A value
of 'undefined' means
+ * not yet configured, in which case the default will be used.
+ */
+ private TernaryBoolean createCheckpointSubDirs = TernaryBoolean.UNDEFINED;
Review Comment:
Good point, I removed the TernaryBoolean here.
--
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]