MartijnVisser commented on code in PR #20094:
URL: https://github.com/apache/flink/pull/20094#discussion_r910775841
##########
docs/content/docs/connectors/datastream/filesystem.md:
##########
@@ -315,9 +315,9 @@ final FileSink<String> sink = FileSink
.forRowFormat(new Path(outputPath), new
SimpleStringEncoder<String>("UTF-8"))
.withRollingPolicy(
DefaultRollingPolicy.builder()
- .withRolloverInterval(Duration.ofSeconds(10))
- .withInactivityInterval(Duration.ofSeconds(10))
- .withMaxPartSize(MemorySize.ofMebiBytes(1))
+ .withRolloverInterval(Duration.ofMinutes(15))
+ .withInactivityInterval(Duration.ofMinutes(5))
+ .withMaxPartSize(MemorySize.ofMebiBytes(1024))
Review Comment:
For me it's not clear why these values need to be changed. Can you elaborate
on that?
--
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]