SteNicholas opened a new pull request, #216: URL: https://github.com/apache/flink-table-store/pull/216
`num-sorted-run.stop-trigger` is introduced in `CoreOption` to configure the number of sorted runs that trigger the stopping of writes, of which default value is 10. The default value of `num-sorted-run.stop-trigger` means that the maximum number of runs generated is 10, and 10 runs may be merged at the same time during compaction or read. Reading 10 ORC files at the same time may lead to `OutOfMemoryError`. **The brief change log** - Introduces `compaction.max-sorted-run-num` option in `CoreOption` to define the maximum sorted run number to trigger the stopping of write. -- 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]
