[
https://issues.apache.org/jira/browse/FLINK-27335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-27335:
-----------------------------------
Labels: pull-request-available (was: )
> Optimize async compaction in MergeTreeWriter
> --------------------------------------------
>
> Key: FLINK-27335
> URL: https://issues.apache.org/jira/browse/FLINK-27335
> Project: Flink
> Issue Type: Improvement
> Components: Table Store
> Reporter: Jingsong Lee
> Assignee: Jingsong Lee
> Priority: Major
> Labels: pull-request-available
> Fix For: table-store-0.2.0
>
>
> Currently Full Compaction may cause the writer to be blocked, which has an
> impact on LogStore latency.
> We need to decouple compact and write, compact completely asynchronous.
> But too many files will lead to unstable reads, when too many files,
> Compaction processing speed can not keep up with Writer, need to back press
> Writer.
> Stop parameter: num-sorted-run.stop-trigger, default 10
--
This message was sent by Atlassian Jira
(v8.20.7#820007)